Skip to content

Commit 14a04e7

Browse files
committed
Make sure we have gum for retrying errors early
1 parent 1279c7e commit 14a04e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/online.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
# Note that these are packages installed to the Arch container used to build the ISO.
55
pacman-key --init
6-
pacman --noconfirm -Sy archlinux-keyring archiso sudo base-devel git
6+
pacman --noconfirm -Sy archlinux-keyring archiso sudo base-devel git gum
77

88
# Packages needed for the Omarchy configurator (installer will fetch its own)
99
arch_packages=(git gum openssl iw jq)

0 commit comments

Comments
 (0)