Handle first time execution
This commit is contained in:
parent
e8c9df7dbd
commit
98b6723063
@ -224,7 +224,9 @@ for choice in $choices; do
|
|||||||
done
|
done
|
||||||
'
|
'
|
||||||
|
|
||||||
rm "$setupdir/notfoundpackages.txt"
|
if [ -f "$setupdir/notfoundpackages.txt" ]; then
|
||||||
|
rm "$setupdir/notfoundpackages.txt"
|
||||||
|
fi
|
||||||
|
|
||||||
# NOTE on unattended pacman installing
|
# NOTE on unattended pacman installing
|
||||||
# Option 1: Will assume the default choice
|
# Option 1: Will assume the default choice
|
||||||
|
Loading…
Reference in New Issue
Block a user