Remove apt-maintenance.sh as it isn't needed anymore.
This commit is contained in:
parent
da7c56eeb5
commit
87e7452be6
@ -1,8 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
|
|
||||||
# Update repositories
|
|
||||||
apt-get update
|
|
||||||
# Update packages
|
|
||||||
apt-get -y upgrade
|
|
||||||
# Autoremove packages
|
|
||||||
apt-get -y autoremove
|
|
Loading…
Reference in New Issue
Block a user