You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
179 B

  1. #!/bin/bash
  2. set -eux
  3. ## Timezone
  4. TZ=${TZ:-"Europe/Paris"}
  5. ##
  6. ## set system time-zone
  7. ##
  8. printf "%s\n" "$TZ" > /etc/timezone
  9. dpkg-reconfigure --frontend noninteractive tzdata