7 lines
101 B
Bash
7 lines
101 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source /etc/archbox.conf
|
||
|
|
||
|
startx
|
||
|
$PRIV /usr/local/share/archbox/bin/remount_run killxdg
|