Skip to content

Commit

Permalink
Merge pull request #20 from ThinkR-open/statnmap-patch-timezone
Browse files Browse the repository at this point in the history
Statnmap patch timezone
  • Loading branch information
ColinFay authored Jun 14, 2024
2 parents cf8f6a3 + b8aa6db commit f8fa0de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bk-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,12 @@ apt-get update \
apt-get install -y r-cran-rjava cron nano

# Locals
apt-get install -y tzdata
apt-get install -y language-pack-fr
mv /etc/localtime /etc/localtime_backup \
&& ln -s /usr/share/zoneinfo/Europe/Paris
&& ln -fs /usr/share/zoneinfo/Europe/Paris /etc/localtime \
&& dpkg-reconfigure -f noninteractive tzdata


# Chromium for {pagedown} ----
echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list
Expand Down

0 comments on commit f8fa0de

Please sign in to comment.