install some packages

This commit is contained in:
David Young
2026-04-09 14:21:09 -06:00
parent 11105fa1bd
commit bde8ad0c9b
3 changed files with 12 additions and 8 deletions

View File

@@ -50,6 +50,9 @@ cp $HOME/.local/share/HamPackServer/hampackserverupdate $HOME/.local/bin/hampack
cd ~/.local/share/HamPackServer
echo "Updating system..."
sudo pacman -Syu --noconfirm
install_yay() {
rm -rf /tmp/yay
git clone https://aur.archlinux.org/yay.git /tmp/yay
@@ -81,11 +84,6 @@ if [ ! -f "packages.conf" ]; then
fi
source packages.conf
# echo "Updating system..."
# sudo pacman -Syu --noconfirm
cd ~/
echo "Installing servers..."
install_packages "${SERVERS[@]}"