Skip to content

Commit

Permalink
Bump timezone in setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
radl97 committed May 20, 2023
1 parent 5755764 commit 62048f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi

# Fix up date/time

timedatectl set-timezone Asia/Jakarta
timedatectl set-timezone Europe/Budapest
vmware-toolbox-cmd timesync enable
hwclock -w

Expand Down Expand Up @@ -96,7 +96,7 @@ cp /tmp/vscodevim.vsix /opt/ioi/misc
rm -rf /tmp/vscode-extensions

# Add default timezone
echo "Asia/Jakarta" > /opt/ioi/config/timezone
echo "Europe/Budapest" > /opt/ioi/config/timezone

# Default to enable screensaver lock
touch /opt/ioi/config/screenlock
Expand Down

0 comments on commit 62048f8

Please sign in to comment.