##// END OF EJS Templates
fix --exclude
Unknown -
r276:cd8c0133097d
parent child
Show More
@@ -259,7 +259,7 set +x
259 259
260 260 #If init and systemd-sysv are wanted e.g. halt/reboot/shutdown scripts
261 261 if [ "$ENABLE_SYSVINIT" = false ] ; then
262 APT_EXCLUDES="${APT_EXCLUDES},init,systemd-sysv"
262 APT_EXCLUDES="--exclude=${APT_EXCLUDES},init,systemd-sysv"
263 263 fi
264 264
265 265 # Set Raspberry Pi model specific configuration
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant