From 7d69f16034280c74929336354cea2f0d1a0ccc82 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:53:19 +1100 Subject: [PATCH] Update install.sh for package installation and comments --- install.sh | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/install.sh b/install.sh index 91b5e6e..283012f 100755 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ echo ' set -eux pipefail # Install prerequisites -sudo pacman -Syu git zsh curl git +sudo pacman -Syu git zsh curl git --noconfirm # Do not exit on fail set +eux @@ -43,11 +43,12 @@ curl -fsSL https://get.docker.com | sh set -eux # Install rootless mode -sudo sh -eux < /dev/null; then + echo "yay is NOT installed. Running installation commands..." + git clone https://aur.archlinux.org/yay.git + makepkg -si ./yay +fi + +curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/configs/PackagesPacman.txt | yay -S - --needed --save --answerclean All --answerdiff All # Do not print commands set +x