summaryrefslogtreecommitdiff
path: root/configs/profile
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-05-07 08:10:31 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-03-27 19:16:02 -0400
commit0bb9cc6564a262ebf69c3498db92201ac084066c (patch)
treeb8b8517d62ab7f3d6bf2dd38f39b12b1f50b8d17 /configs/profile
parent62df34da1c1fbdb68ed0ea830eb2e2190b28524b (diff)
move cli installler launch scripts into skel
Diffstat (limited to 'configs/profile')
-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