remove step3/10-installation
This commit is contained in:
parent
98cf10d2cb
commit
ecdfc85420
|
@ -1,18 +0,0 @@
|
|||
module start "installation" "Installation" "dontcheck"
|
||||
|
||||
for i in ${pkg[@]}; do
|
||||
for j in ${removepkg[@]}; do
|
||||
if [[ "${i}" == "${j}" ]]; then
|
||||
continue 2
|
||||
fi
|
||||
done
|
||||
toinstall+=( "$i" )
|
||||
done
|
||||
|
||||
if [[ "${#toinstall[@]}" -gt 0 ]]; then
|
||||
xbps-install -Sy "${toinstall[@]}"
|
||||
else
|
||||
echo nothing to do
|
||||
fi
|
||||
|
||||
module end
|
Loading…
Reference in New Issue
Block a user