File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ function MAINTENANCE {
274
274
275
275
## Removes package files that can no longer be downloaded and everything except
276
276
# the lock file in /var/cache/apt/archives, including directories.
277
- sudo apt-get -y autoclean; sudo apt-get -y clean;
277
+ sudo apt -y autoclean; sudo apt -y clean;
278
278
echo
279
279
echo "######################################"
280
280
echo " Cleaned downloaded temporary packages"
@@ -333,8 +333,8 @@ deb http://old-releases.ubuntu.com/ubuntu/ $DIST_CODENAME-security main restrict
333
333
334
334
EOT
335
335
336
- sudo apt-get install update-manager-core
337
- sudo apt-get -y dist-upgrade
336
+ sudo apt install update-manager-core
337
+ sudo apt -y dist-upgrade
338
338
sudo do-release-upgrade
339
339
}
340
340
You can’t perform that action at this time.
0 commit comments