Skip to content

Commit

Permalink
use apt y
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Jan 2, 2025
1 parent fd79791 commit d5b59c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
fi
curl -L -q "${calam_link}" -o calamares-settings-ubuntu-common.deb
curl -L -q http://mirrors.kernel.org/ubuntu/pool/universe/c/calamares-settings-ubuntu/calamares-settings-lubuntu_24.10.5_all.deb -o calamares-settings-lubuntu.deb
sudo apt install ./calamares-settings-ubuntu-common.deb ./calamares-settings-lubuntu.deb
sudo apt install ./calamares-settings-ubuntu-common.deb ./calamares-settings-lubuntu.deb -y
rm calamares-settings-ubuntu-common.deb calamares-settings-lubuntu.deb

apt-get autoremove --purge -f -q -y \
Expand Down

0 comments on commit d5b59c7

Please sign in to comment.