From 5acf66ee03d7ef8c7731f0793e124bf85848402e Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 9 Dec 2023 14:49:10 -0600 Subject: [PATCH] Just flat-out run it with sudo. --- scripts/start-lubuntu-live-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-lubuntu-live-env b/scripts/start-lubuntu-live-env index 23e822b..bc77890 100755 --- a/scripts/start-lubuntu-live-env +++ b/scripts/start-lubuntu-live-env @@ -2,7 +2,7 @@ # Starts the Lubuntu Live Environment. openbox & -lubuntu-installer-prompt # This is intentionally *not* backgrounded. +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_DATA_DIRS="/usr/share/Lubuntu:"$XDG_DATA_DIRS