input file directly, not cat output
This commit is contained in:
parent
4607ad9d1a
commit
acd2757bf4
1 changed files with 1 additions and 1 deletions
2
larbs.sh
2
larbs.sh
|
@ -101,7 +101,7 @@ installationloop() { \
|
||||||
"A") aurinstall "$program" "$comment" ;;
|
"A") aurinstall "$program" "$comment" ;;
|
||||||
"G") gitmakeinstall "$program" "$comment" ;;
|
"G") gitmakeinstall "$program" "$comment" ;;
|
||||||
esac
|
esac
|
||||||
done <<< $(cat /tmp/progs.csv) ;}
|
done < /tmp/progs.csv ;}
|
||||||
|
|
||||||
serviceinit() { for service in $@; do
|
serviceinit() { for service in $@; do
|
||||||
dialog --infobox "Enabling \"$service\"..." 4 40
|
dialog --infobox "Enabling \"$service\"..." 4 40
|
||||||
|
|
Loading…
Reference in a new issue