u
This commit is contained in:
@@ -17,4 +17,4 @@ ttf-nerd-fonts-symbols
|
||||
hypridle
|
||||
hyprlock
|
||||
aur:hyprdim
|
||||
yay # test this thing
|
||||
yay # test_this_thing
|
||||
|
||||
@@ -64,7 +64,9 @@ if [ ${operation} == "update" ] ; then
|
||||
fi
|
||||
|
||||
# https://stackoverflow.com/questions/30988586/creating-an-array-from-a-text-file-in-bash
|
||||
mapfile -t packages < sed '/^[[:blank:]]*#/d;s/#.*//' ${trg_file}
|
||||
sed '/^[[:blank:]]*#/d;s/#.*//' ${trg_file}
|
||||
|
||||
mapfile -t packages < ${trg_file}
|
||||
|
||||
installed=$(pacman -Qq)
|
||||
list=()
|
||||
|
||||
Reference in New Issue
Block a user