Add timezone config
This commit is contained in:
parent
4321a7134c
commit
5e0366660f
1 changed files with 5 additions and 1 deletions
|
@ -142,3 +142,7 @@ echo "[DSMOSS] Create SSH helpers..."
|
|||
echo 'ssh root@192.168.50.144' > ~/ssh-to-felix.sh
|
||||
echo 'ssh sparky@192.168.50.238' > ~/ssh-to-optishmex.sh
|
||||
chmod +x ~/ssh-to-felix.sh ~/ssh-to-optishmex.sh
|
||||
|
||||
# Set timezone
|
||||
echo "[DSMOSS] Set timezone..."
|
||||
sudo systemsetup -settimezone "America/Chicago"
|
Loading…
Reference in a new issue