Compare commits
2 Commits
5e24944d0a
...
98b6723063
Author | SHA1 | Date | |
---|---|---|---|
98b6723063 | |||
e8c9df7dbd |
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
@ -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