mirror of
https://github.com/stornic56/debianito-post-install.git
synced 2026-07-16 05:49:49 +00:00
Changes
General changes to the script order New programs Changes in flow Name revisions
This commit is contained in:
@@ -100,6 +100,8 @@ configure_repos() {
|
||||
sudo apt-mark hold tzdata 2>/dev/null || true
|
||||
sudo apt upgrade -y
|
||||
sudo apt-mark unhold tzdata 2>/dev/null || true
|
||||
sudo apt autoremove -y
|
||||
sudo apt autoclean
|
||||
echo -e "${GREEN}System upgraded.${NC}"
|
||||
else
|
||||
echo "Skipping upgrade."
|
||||
|
||||
Reference in New Issue
Block a user