Compare commits
7 commits
8dd73b9e7b
...
fc2df33d0b
Author | SHA1 | Date | |
---|---|---|---|
![]() |
fc2df33d0b | ||
![]() |
e52df4bffc | ||
![]() |
6ce73f64e5 | ||
![]() |
e6319d524f | ||
![]() |
474846a5ca | ||
![]() |
1e5d02dd50 | ||
![]() |
a991c14695 |
1 changed files with 7 additions and 2 deletions
9
bs.sh
9
bs.sh
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
trap read debug
|
||||
|
||||
### Brief install instructions for convenience ###
|
||||
|
||||
# Partition disk:
|
||||
|
@ -194,11 +197,13 @@ maininstallations() {
|
|||
# Field 1: install-type, Field 2: program, Field 3: comment
|
||||
# Install pacman packages:
|
||||
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
|
||||
exit 2
|
||||
}
|
||||
|
||||
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