mirror of
https://github.com/zebrajr/HomeLab.git
synced 2026-01-15 12:15:06 +00:00
Fixed autoremove
This commit is contained in:
@@ -5,7 +5,7 @@ echo ":: Upgrading"
|
||||
sudo apt upgrade -y &> /dev/null &&
|
||||
echo ":: Removing Old Packages"
|
||||
sudo apt autoclean -y &> /dev/null
|
||||
sudo apt auto-remove -y &> /dev/null
|
||||
sudo apt autoremove -y &> /dev/null
|
||||
end=`date +%s`
|
||||
runtime=$((end-start))
|
||||
echo ":: Total Update Time: ${runtime} seconds!"
|
||||
|
||||
Reference in New Issue
Block a user