This commit is contained in:
teldra 2022-02-07 17:13:55 +01:00
parent 939ca20f37
commit 25cc6de958
1 changed files with 2 additions and 2 deletions

View File

@ -347,10 +347,10 @@ packages() {
output=${choice[0]}
fi
if ! [ "${#choice[@]}" -eq "0" ]; then
. ./etc/network/$NETWORK
. ./etc/${WHICH}/$output
packages
reset packages
cp ./etc/network/$NETWORK $tmp_target
cp ./etc/${WHICH}/$output $tmp_target
fi
}