summaryrefslogtreecommitdiff
path: root/configs/profile/root-image
diff options
context:
space:
mode:
Diffstat (limited to 'configs/profile/root-image')
-rwxr-xr-xconfigs/profile/root-image/etc/skel/install-openrc-lxde.sh3
-rwxr-xr-xconfigs/profile/root-image/etc/skel/install-systemd-mate.sh3
-rwxr-xr-xconfigs/profile/root-image/root/install-openrc-lxde.sh5
-rwxr-xr-xconfigs/profile/root-image/root/install-systemd-mate.sh5
4 files changed, 2 insertions, 14 deletions
diff --git a/configs/profile/root-image/etc/skel/install-openrc-lxde.sh b/configs/profile/root-image/etc/skel/install-openrc-lxde.sh
index 4267391..7244be1 100755
--- a/configs/profile/root-image/etc/skel/install-openrc-lxde.sh
+++ b/configs/profile/root-image/etc/skel/install-openrc-lxde.sh
@@ -1,4 +1,3 @@
#!/bin/sh
-
-sudo /root/install-openrc-lxde.sh
+sudo /root/.install-openrc-lxde/install.sh
diff --git a/configs/profile/root-image/etc/skel/install-systemd-mate.sh b/configs/profile/root-image/etc/skel/install-systemd-mate.sh
index d0ae159..13e23af 100755
--- a/configs/profile/root-image/etc/skel/install-systemd-mate.sh
+++ b/configs/profile/root-image/etc/skel/install-systemd-mate.sh
@@ -1,4 +1,3 @@
#!/bin/sh
-
-sudo /root/install-systemd-mate.sh
+sudo /root/.install-systemd-mate/install.sh
diff --git a/configs/profile/root-image/root/install-openrc-lxde.sh b/configs/profile/root-image/root/install-openrc-lxde.sh
deleted file mode 100755
index 12fd970..0000000
--- a/configs/profile/root-image/root/install-openrc-lxde.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-
-/root/.language.sh
-/root/.install-openrc-lxde/install.sh
diff --git a/configs/profile/root-image/root/install-systemd-mate.sh b/configs/profile/root-image/root/install-systemd-mate.sh
deleted file mode 100755
index 8b18903..0000000
--- a/configs/profile/root-image/root/install-systemd-mate.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-
-/root/.language.sh
-/root/.install-systemd-mate/install.sh