mirror of
https://github.com/RasppleII/a2cloud.git
synced 2024-12-21 06:29:57 +00:00
We don't use at, don't bother installing it
This commit is contained in:
parent
331f4be653
commit
f7e46cb167
@ -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..."
|
||||
|
Loading…
Reference in New Issue
Block a user