Remove raspi-config wrapper

Mathcing A2CLOUD.
This commit is contained in:
T. Joseph Carter 2016-12-09 09:32:03 -08:00
parent 15027e8423
commit 14a9adf673
2 changed files with 0 additions and 4 deletions

View File

@ -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'

View File

@ -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