fix timezone
This commit is contained in:
parent
abfeea1c79
commit
4c8c1757cc
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
rm /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime
|
Loading…
Reference in New Issue