diff --git a/postinstall-arch.sh b/postinstall-arch.sh index b12c385..835085b 100644 --- a/postinstall-arch.sh +++ b/postinstall-arch.sh @@ -2,7 +2,7 @@ # -*- ENCODING: UTF-8 -*- ## First First Off, Get pacman's sources up to date -# sudo pacman -Syu + sudo pacman -Syu ### First Off, install yay (Uncomment depending whether you use mainline arch / arch based, or a distro that packages yay, like Manjaro). ## For Distros that Package yay (mainly Manjaro) -- This can be behind on updates though depending on how fast the distro updates the yay package. @@ -16,8 +16,8 @@ ## Sanity Check, Make sure Pacman and Yay are up to date. -# sudo pacman -Syu -# yay -Syu + sudo pacman -Syu + yay -Syu ### Now to the fun part, installing all the things. @@ -75,7 +75,7 @@ ### Internet ## keep this all (except Firefox) commented out if you're happy with Firefox, but if you'd prefer something else then uncomment the browser you want to use - # sudo pacman -S firefox # Installs the latest available version of Firefox + sudo pacman -S firefox # Installs the latest available version of Firefox # yay -S brave-bin # Installs Brave Browser, a privacy focused Chromium browser with built-in ad blocker n such.