diff --git a/scripts/tools/a2server-aliases b/scripts/tools/a2server-aliases index 706e623..25bb45b 100755 --- a/scripts/tools/a2server-aliases +++ b/scripts/tools/a2server-aliases @@ -10,10 +10,8 @@ alias a2server-version="cat /usr/local/etc/A2SERVER-version" alias system-shutdown='sudo shutdown -h now' alias system-restart='sudo shutdown -r now' - alias raspi-config='[[ -f /usr/bin/raspi-config ]] && sudo /usr/bin/raspi-config || echo "raspi-config not found. Are you using a Raspberry Pi with Raspbian?"' - alias welcome-message-edit='sudo nano /etc/motd' alias showip='ifconfig eth0 | grep "inet\ addr" | cut -d: -f2 | cut -d" " -f1' diff --git a/scripts/tools/a2server-help.txt b/scripts/tools/a2server-help.txt index 50148ba..fd273c1 100644 --- a/scripts/tools/a2server-help.txt +++ b/scripts/tools/a2server-help.txt @@ -10,8 +10,6 @@ a2server-update: check for update to A2SERVER system-shutdown: shut down the server system-restart: shut down and restart the server - Raspberry Pi commands, if you're using one: -raspi-config: utilize all space on RPi SD card & other options debupdate: update the Raspple II operating system welcome-message-edit: change the welcome message