I just realized that using apt command in cronjob script is not as good as using apt-get (whose command line interface is more stable), so I am changing apt into apt-get in this script.
@dongbohu looks like you started this branch from an outdated commit-- notice the long list of commits. This is not an issue here because I will squash merge, but should avoid this in future.
I just realized that using
apt
command in cronjob script is not as good as usingapt-get
(whose command line interface is more stable), so I am changingapt
intoapt-get
in this script.