Compare commits
No commits in common. "6ce73f64e5923f0c3a4fda88df36e8942e454034" and "474846a5cafb8bff59e784afbd0885330f3065ae" have entirely different histories.
6ce73f64e5
...
474846a5ca
1 changed files with 2 additions and 2 deletions
4
bs.sh
4
bs.sh
|
@ -196,8 +196,8 @@ maininstallations() {
|
|||
aurinstalled=$(pacman -Qqm)
|
||||
# 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 sudo -u "$name" "$aurhelper" --noconfirm --needed -S
|
||||
awk -F "," '$1 ~ /^$/ { print $2 }' </tmp/progs.csv | xargs pacman --noconfirm --needed -S 2>&1 | tee dumpout1
|
||||
awk -F "," '$1 ~ /^A$/ { print $2 }' </tmp/progs.csv | xargs "$aurhelper" --noconfirm --needed -S 2>&1 | tee dumpout2
|
||||
}
|
||||
|
||||
finalize() {
|
||||
|
|
Loading…
Add table
Reference in a new issue