sudo for ln etc/localtime
This commit is contained in:
parent
fb4f95c2b7
commit
2b588ea19d
2
setup.sh
2
setup.sh
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
ln -fs /usr/share/zoneinfo/Indian/Reunion /etc/localtime
|
sudo ln -fs /usr/share/zoneinfo/Indian/Reunion /etc/localtime
|
||||||
sudo apt-get install -y tzdata
|
sudo apt-get install -y tzdata
|
||||||
sudo dpkg-reconfigure --frontend noninteractive tzdata
|
sudo dpkg-reconfigure --frontend noninteractive tzdata
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user