From a13b8c84a25af33b11bfd38dc73afc61335515cd Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 16 Nov 2018 08:05:38 -0500 Subject: [PATCH] update packages at beginning of script --- larbs.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/larbs.sh b/larbs.sh index 9e752ac..d6ddaed 100755 --- a/larbs.sh +++ b/larbs.sh @@ -30,7 +30,7 @@ esac done ### FUNCTIONS ### ### -initialcheck() { pacman -Sy --noconfirm --needed dialog || { echo "Are you sure you're running this as the root user? Are you sure you're using an Arch-based distro? ;-) Are you sure you have an internet connection?"; exit; } ;} +initialcheck() { pacman -Syyu --noconfirm --needed dialog || { echo "Are you sure you're running this as the root user? Are you sure you're using an Arch-based distro? ;-) Are you sure you have an internet connection?"; exit; } ;} preinstallmsg() { \ dialog --title "Let's get this party started!" --yes-label "Let's go!" --no-label "No, nevermind!" --yesno "The rest of the installation will now be totally automated, so you can sit back and relax.\\n\\nIt will take some time, but when done, you can relax even more with your complete system.\\n\\nNow just press and the system will begin installation!" 13 60 || { clear; exit; } @@ -201,7 +201,6 @@ putgitrepo "https://github.com/LukeSmithxyz/mozillarbs.git" "/home/$name/.mozill #putgitrepo "https://github.com/LukeSmithxyz/arch-postinstall-wizard" "/home/$name/larbs-wizard" #ln -T /home/$name/.larbs-wizard/wizard.sh postinstall-wizard.sh -# # Pulseaudio, if/when initially installed, often needs a restart to work immediately. [[ -f /usr/bin/pulseaudio ]] && resetpulse