diff --git a/sh_scripts/sh/geekbench_downloader.sh b/sh_scripts/geekbench_downloader.sh similarity index 100% rename from sh_scripts/sh/geekbench_downloader.sh rename to sh_scripts/geekbench_downloader.sh diff --git a/sh_scripts/sh/input.sh b/sh_scripts/input.sh similarity index 100% rename from sh_scripts/sh/input.sh rename to sh_scripts/input.sh diff --git a/sh_scripts/sh/lamp.sh b/sh_scripts/lamp.sh similarity index 99% rename from sh_scripts/sh/lamp.sh rename to sh_scripts/lamp.sh index dcd875f..2c3ac6e 100644 --- a/sh_scripts/sh/lamp.sh +++ b/sh_scripts/lamp.sh @@ -25,7 +25,7 @@ echo "" echo "It will now install the following packages: dialog, expect, sharutils,gnupg1 & 2, official_repo, unzip" sleep 2 echo "Install Debian-Repos" -bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/sh/official_repo.sh') > /dev/null +bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/official_repo.sh') > /dev/null echo "ok." sudo apt update && apt install dialog expect sharutils gnupg gnupg2 gnupg1 unzip zip -y GEN_PASS=$( diff --git a/sh_scripts/sh/mail_backup.sh b/sh_scripts/mail_backup.sh similarity index 100% rename from sh_scripts/sh/mail_backup.sh rename to sh_scripts/mail_backup.sh diff --git a/sh_scripts/sh/official_repo.sh b/sh_scripts/official_repo.sh similarity index 100% rename from sh_scripts/sh/official_repo.sh rename to sh_scripts/official_repo.sh diff --git a/sh_scripts/sh/password-generator.sh b/sh_scripts/password-generator.sh similarity index 100% rename from sh_scripts/sh/password-generator.sh rename to sh_scripts/password-generator.sh diff --git a/sh_scripts/sh/prometheus.sh b/sh_scripts/prometheus.sh similarity index 100% rename from sh_scripts/sh/prometheus.sh rename to sh_scripts/prometheus.sh diff --git a/sh_scripts/sh/python-quick-build.sh b/sh_scripts/python-quick-build.sh similarity index 100% rename from sh_scripts/sh/python-quick-build.sh rename to sh_scripts/python-quick-build.sh diff --git a/sh_scripts/sh/speedtest.sh b/sh_scripts/speedtest.sh similarity index 100% rename from sh_scripts/sh/speedtest.sh rename to sh_scripts/speedtest.sh diff --git a/sh_scripts/sh/spigot_builder.sh b/sh_scripts/spigot_builder.sh similarity index 100% rename from sh_scripts/sh/spigot_builder.sh rename to sh_scripts/spigot_builder.sh diff --git a/sh_scripts/sh/system_info.sh b/sh_scripts/system_info.sh similarity index 100% rename from sh_scripts/sh/system_info.sh rename to sh_scripts/system_info.sh diff --git a/sh_scripts/sh/ts3audiobot_installer.sh b/sh_scripts/ts3audiobot_installer.sh similarity index 100% rename from sh_scripts/sh/ts3audiobot_installer.sh rename to sh_scripts/ts3audiobot_installer.sh diff --git a/sh_scripts/sh/wg-access-server.sh b/sh_scripts/wg-access-server.sh similarity index 100% rename from sh_scripts/sh/wg-access-server.sh rename to sh_scripts/wg-access-server.sh