diff --git a/allpac/install.sh b/allpac/install.sh index fd19cbe..e98b551 100644 --- a/allpac/install.sh +++ b/allpac/install.sh @@ -27,12 +27,19 @@ if [[ "$go_version" != *"$required_version"* ]]; then read -p "Do you want to install Go? (this will also perform a general system update with pacman) [Y/n] " -n 1 -r echo if [[ $REPLY =~ ^[Yy]$ ]]; then + echo " " echo "Running 'sudo pacman -Syu go' instead of 'pacman -Sy'..." - echo "Because the Arch Developers won't make Pacman alert you of this, I guess AllPac has to..." - echo "Running 'pacman -Sy'/'pacman -S' syncs the package database, but doesn't update the actual packages" + echo " " + echo "So, because the Arch Developers won't make Pacman alert you of this, I guess AllPac has to..." + echo " " + sleep 1 + echo "Running 'pacman -Sy'/'pacman -S' syncs the package database, but doesn't update all the packages on the system" echo "This can cause a lot of problems if something gets updated but something that depends on it doesn't." + echo " " echo "It's called a 'Partial Upgrade' and it can break your system" echo "If you wanna install a package and you don't use AllPac, always just run 'pacman -Syu {package}'" + echo " " + sleep 1 echo "That's all it took to explain the issue properly Scimmia..." echo "Arch Linux Forums users/devs are toxic." sleep 3