6 lines
154 B
Bash
Executable File
6 lines
154 B
Bash
Executable File
# Set clock to 12 hour time
|
|
gsettings set org.gnome.desktop.interface clock-format '12h'
|
|
|
|
# Set timezone to EST
|
|
timedatectl set-timezone America/New_York
|