ソースを参照

Add a script to set localtime to Paris (UTC + 1)

DricomDragon 5 年 前
コミット
a17741c04a
2 ファイル変更10 行追加0 行削除
  1. 4 0
      Install/README.md
  2. 6 0
      Install/localtime_set

+ 4 - 0
Install/README.md

@@ -20,6 +20,10 @@ execute `fish-custom`
 
 execute `screen-install`
 
+## Raspberry Pi
+
+execute `localtime_set`
+
 ## UI installation
 
 execute `ui-install`

+ 6 - 0
Install/localtime_set

@@ -0,0 +1,6 @@
+#!/usr/bin/fish
+
+# Set the local time of Paris
+## Useful for adjust a non GUI installation
+
+sudo cp /usr/share/zoneinfo/Europe/Paris /etc/localtime