Save unnecessary space

This commit is contained in:
Manuel Thalmann 2024-07-29 00:10:07 +02:00
parent 2b50801f5d
commit 78cb5ae8fd

View file

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