Save unnecessary space

This commit is contained in:
Manuel Thalmann 2024-07-29 00:10:07 +02:00
parent 4101a6105f
commit a7595096ba

View file

@ -161,6 +161,8 @@ begin
while wiminfo "$wimFile" 2 &> /dev/null
sudo wimdelete --soft "$wimFile" 2
end
sudo wimoptimize "$wimFile"
end
begin