We don't use at, don't bother installing it

This commit is contained in:
T. Joseph Carter 2018-05-10 08:55:14 -07:00
parent 331f4be653
commit f7e46cb167
1 changed files with 0 additions and 9 deletions

View File

@ -300,15 +300,6 @@ else
echo "A2CLOUD: avahi-daemon (mDNS) is already installed."
fi
### A2CLOUD: Install "at"
if ! hash at 2> /dev/null; then
echo 'A2CLOUD: Installing "at"...'
sudo apt-get -y install at
sudo apt-get clean
else
echo 'A2CLOUD: "at" is already installed.'
fi
### A2CLOUD: Install xdg-utils (FreeDesktop menus/icon tools)
if ! hash xdg-desktop-menu 2> /dev/null; then
echo "A2CLOUD: Installing xdg-utils..."