Compare commits
3 commits
fc2df33d0b
...
8dd73b9e7b
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8dd73b9e7b | ||
![]() |
99798da5e0 | ||
![]() |
6e29a8caa1 |
1 changed files with 4 additions and 2 deletions
6
bs.sh
6
bs.sh
|
@ -193,12 +193,14 @@ maininstallations() {
|
|||
aurinstalled=$(pacman -Qqm)
|
||||
# Field 1: install-type, Field 2: program, Field 3: comment
|
||||
# Install pacman packages:
|
||||
pacman --noconfirm -Rnd vim # Remove vim as it will conflict with gvim
|
||||
awk -F "," '$1 ~ /^$/ { print $2 }' </tmp/progs.csv | xargs pacman --noconfirm --needed -S
|
||||
awk -F "," '$1 ~ /^A$/ { print $2 }' </tmp/progs.csv | xargs "$aurhelper" --noconfirm --needed -S
|
||||
awk -F "," '$1 ~ /^A$/ { print $2 }' </tmp/progs.csv | xargs sudo -u "$name" "$aurhelper" --noconfirm --needed -S
|
||||
}
|
||||
|
||||
finalize() {
|
||||
echo "The bootstrap script is complete, have fun with your new system!\\n\\nYou can log in using the command \"Hyprland\"."
|
||||
echo "The bootstrap script is complete, have fun with your new system!\\n\\nYou can log in as your user, and run the graphical\
|
||||
environment using the command \"Hyprland\"."
|
||||
}
|
||||
|
||||
### THE ACTUAL SCRIPT ###
|
||||
|
|
Loading…
Add table
Reference in a new issue