Skip to content

Commit

Permalink
Use America/New_York time
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyTran732 authored Aug 26, 2024
1 parent 3fff33c commit 3c5d064
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Proxmox-8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ output(){
printf '\e[1;34m%-6s\e[m\n' "${@}"
}

# Set system time
sudo timedatectl set-timezone America/New_York

# Compliance and updates
systemctl mask debug-shell.service

Expand Down
3 changes: 3 additions & 0 deletions RHEL-9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ unpriv(){
sudo -u nobody "$@"
}

# Set system time
sudo timedatectl set-timezone America/New_York

virtualization=$(systemd-detect-virt)

# Compliance
Expand Down
3 changes: 3 additions & 0 deletions Ubuntu-24.04-Server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ unpriv(){

virtualization=$(systemd-detect-virt)

# Set system time
sudo timedatectl set-timezone America/New_York

# Compliance and updates
sudo systemctl mask debug-shell.service

Expand Down

0 comments on commit 3c5d064

Please sign in to comment.