parent
e05ca8280e
commit
b372c48076
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
pkexec calamares -D6
|
sudo -E calamares -D6
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Starts the Lubuntu Live Environment.
|
# Starts the Lubuntu Live Environment.
|
||||||
|
|
||||||
openbox &
|
|
||||||
sudo lubuntu-installer-prompt # This is intentionally *not* backgrounded.
|
|
||||||
# If it exits...
|
|
||||||
export XDG_CONFIG_DIRS="/etc/xdg/xdg-Lubuntu:"$XDG_CONFIG_DIRS
|
export XDG_CONFIG_DIRS="/etc/xdg/xdg-Lubuntu:"$XDG_CONFIG_DIRS
|
||||||
export XDG_DATA_DIRS="/usr/share/Lubuntu:"$XDG_DATA_DIRS
|
export XDG_DATA_DIRS="/usr/share/Lubuntu:"$XDG_DATA_DIRS
|
||||||
export DESKTOP_SESSION="Lubuntu"
|
export DESKTOP_SESSION="Lubuntu"
|
||||||
|
openbox &
|
||||||
|
sudo lubuntu-installer-prompt # This is intentionally *not* backgrounded.
|
||||||
|
# If it exits...
|
||||||
killall openbox
|
killall openbox
|
||||||
startlxqt
|
startlxqt
|
||||||
|
Loading…
Reference in new issue