Skip to content

Commit

Permalink
include which, required for tailscale
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Dec 30, 2024
1 parent 15cae0d commit b2d335a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/common/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ echo "[info] Updating packages currently installed..."
pacman -Syu --debug --noconfirm

echo "[info] Install base group and additional packages..."
pacman -S base awk sed grep gzip supervisor nano vi ldns moreutils net-tools dos2unix unzip unrar htop jq openssl-1.1 rsync openbsd-netcat --noconfirm
pacman -S base which awk sed grep gzip supervisor nano vi ldns moreutils net-tools dos2unix unzip unrar htop jq openssl-1.1 rsync openbsd-netcat --noconfirm

echo "[info] set locale..."
echo en_GB.UTF-8 UTF-8 > '/etc/locale.gen'
Expand Down

0 comments on commit b2d335a

Please sign in to comment.