add x2go/xfce-debian docker image
* VDI server with temporary encrypted /home
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
TZ="${TZ:-UTC}"
|
||||
printf "%s\n" "${TZ}" > /etc/timezone
|
||||
unlink /etc/localtime && ln -s "/usr/share/zoneinfo/${TZ}" /etc/localtime
|
||||
Reference in New Issue
Block a user