Merge branch 'Cabooshyy-main-patch-83181' into 'main'

Update postinstall-arch.sh

See merge request Cabooshyy/linux-postinstall-Scripts!1
This commit is contained in:
Cameron Miller 2021-10-25 15:01:49 +00:00
commit 84fb72f827

View File

@ -2,7 +2,7 @@
# -*- ENCODING: UTF-8 -*- # -*- ENCODING: UTF-8 -*-
## First First Off, Get pacman's sources up to date ## 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). ### 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. ## 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. ## Sanity Check, Make sure Pacman and Yay are up to date.
# sudo pacman -Syu sudo pacman -Syu
# yay -Syu yay -Syu
### Now to the fun part, installing all the things. ### Now to the fun part, installing all the things.
@ -75,7 +75,7 @@
### Internet ### 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 ## 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. # yay -S brave-bin # Installs Brave Browser, a privacy focused Chromium browser with built-in ad blocker n such.