Add timezone config

This commit is contained in:
The Ghost of FOSS' Past 2024-11-02 14:12:07 -05:00
parent 4321a7134c
commit 5e0366660f

View file

@ -141,4 +141,8 @@ git config --global user.email "no@nope.nicetry"
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
chmod +x ~/ssh-to-felix.sh ~/ssh-to-optishmex.sh
# Set timezone
echo "[DSMOSS] Set timezone..."
sudo systemsetup -settimezone "America/Chicago"