Compare commits
No commits in common. "98b67230633b6f8e9782f9a2f39dbbcf73621de6" and "5e24944d0a3c3ae96b01a4afd80be60ccc1bf59f" have entirely different histories.
98b6723063
...
5e24944d0a
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
@ -224,9 +224,7 @@ for choice in $choices; do
|
||||
done
|
||||
'
|
||||
|
||||
if [ -f "$setupdir/notfoundpackages.txt" ]; then
|
||||
rm "$setupdir/notfoundpackages.txt"
|
||||
fi
|
||||
rm "$setupdir/notfoundpackages.txt"
|
||||
|
||||
# NOTE on unattended pacman installing
|
||||
# Option 1: Will assume the default choice
|
||||
|
Loading…
Reference in New Issue
Block a user