mirror of
https://github.com/RasppleII/a2server.git
synced 2025-01-03 02:31:22 +00:00
Remove raspi-config wrapper
Mathcing A2CLOUD.
This commit is contained in:
parent
15027e8423
commit
14a9adf673
@ -10,10 +10,8 @@ alias a2server-version="cat /usr/local/etc/A2SERVER-version"
|
|||||||
alias system-shutdown='sudo shutdown -h now'
|
alias system-shutdown='sudo shutdown -h now'
|
||||||
alias system-restart='sudo shutdown -r 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 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 welcome-message-edit='sudo nano /etc/motd'
|
||||||
|
|
||||||
alias showip='ifconfig eth0 | grep "inet\ addr" | cut -d: -f2 | cut -d" " -f1'
|
alias showip='ifconfig eth0 | grep "inet\ addr" | cut -d: -f2 | cut -d" " -f1'
|
||||||
|
@ -10,8 +10,6 @@ a2server-update: check for update to A2SERVER
|
|||||||
system-shutdown: shut down the server
|
system-shutdown: shut down the server
|
||||||
system-restart: shut down and restart 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
|
debupdate: update the Raspple II operating system
|
||||||
|
|
||||||
welcome-message-edit: change the welcome message
|
welcome-message-edit: change the welcome message
|
||||||
|
Loading…
Reference in New Issue
Block a user