Open gajudesk from erlang script

This commit is contained in:
Jarvis Carroll
2025-05-26 16:41:08 +10:00
parent 3898aa52be
commit 9b2970d540
3 changed files with 25 additions and 1 deletions
+2
View File
@@ -33,9 +33,11 @@ add_mounts() {
add_mount /sys
add_mount /dev
add_mount /dev/pts
add_mount /tmp/.X11-unix
}
remove_mounts() {
remove_mount /tmp/.X11-unix
remove_mount /dev/pts
remove_mount /dev
remove_mount /sys