Compare commits
3 commits
fc2df33d0b
...
8dd73b9e7b
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8dd73b9e7b | ||
![]() |
99798da5e0 | ||
![]() |
6e29a8caa1 |
1 changed files with 2 additions and 5 deletions
7
bs.sh
7
bs.sh
|
@ -1,8 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -x
|
|
||||||
trap read debug
|
|
||||||
|
|
||||||
### Brief install instructions for convenience ###
|
### Brief install instructions for convenience ###
|
||||||
|
|
||||||
# Partition disk:
|
# Partition disk:
|
||||||
|
@ -196,9 +193,9 @@ maininstallations() {
|
||||||
aurinstalled=$(pacman -Qqm)
|
aurinstalled=$(pacman -Qqm)
|
||||||
# Field 1: install-type, Field 2: program, Field 3: comment
|
# Field 1: install-type, Field 2: program, Field 3: comment
|
||||||
# Install pacman packages:
|
# 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 ~ /^$/ { print $2 }' </tmp/progs.csv | xargs pacman --noconfirm --needed -S
|
||||||
# awk -F "," '$1 ~ /^A$/ { print $2 }' </tmp/progs.csv | xargs sudo -u "$name" "$aurhelper" --noconfirm --needed -S
|
awk -F "," '$1 ~ /^A$/ { print $2 }' </tmp/progs.csv | xargs sudo -u "$name" "$aurhelper" --noconfirm --needed -S
|
||||||
exit 2
|
|
||||||
}
|
}
|
||||||
|
|
||||||
finalize() {
|
finalize() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue