downloadfix
This commit is contained in:
parent
856320fa81
commit
7046fff5ab
1 changed files with 6 additions and 0 deletions
|
@ -20,7 +20,13 @@ fi
|
|||
echo "Logged in as root"
|
||||
|
||||
function minimalinstallation() {
|
||||
|
||||
if [ -f base.txt ]; then
|
||||
pacstrap -c -d -G -M ${mountpoint} $(cat base.txt)
|
||||
elif [ -f /opt/${repo}/base.txt ]; then
|
||||
pacstrap -c -d -G -M ${mountpoint} $(cat /opt/${repo}/base.txt)
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
function gitclone() {
|
||||
|
|
Loading…
Reference in a new issue