diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..277bac0
Binary files /dev/null and b/.DS_Store differ
diff --git a/README.md b/README.md
index 6a60e1a..b08597c 100644
--- a/README.md
+++ b/README.md
@@ -3,85 +3,6 @@ Paar wunderbare Scripts
-----
-
-## Spigot Auto-Build Scripts
-Systemrequirements:
-Distribution: Debian 9-11 / Ubuntu 16.04 - 20.04
-CPU: 1 vCore
-Ram: 2GB
-    
-bash <(wget -O - 'https://git.io/JYBMI')
-
-
------
-
-
-## TS3AudioBot Installer
-    
-bash <(wget -O - 'https://git.io/JYBMG')
-
-
------
-
-
-## System - Info
-  
-is not finished
-bash <(wget -O - 'https://git.io/xxxx')
-
-
------
-
-
-## Geekbench5 Downloader
-   
-bash <(wget -O - 'https://git.io/JYBME')
-
-
------
-
-
-## Official Repo
-    
-bash <(wget -O - 'https://git.io/JYN1M')
-
-
------
-
-
-## Prometheus + Grafana + Node_Exporter Quick Installer
-   
-bash <(wget -O - 'https://git.io/JYBMi')
-
-
------
-
-
-## Python Quick Build and Install
-Version: 3.9.2
-   
-bash <(wget -O - 'https://git.io/JYBMM')
-
-
------
-
-
-## Speedtest
-   
-bash <(wget -O - 'https://git.io/JYBM7')
-
-
------
-
-
-## (L)inux(A)pache(M)ysql(P)HP
-  
-bash <(wget -O - 'https://git.io/JYAMt')
-
-
-----
-
-
-## Password-Generator
-   
-bash <(wget -O - 'https://git.io/JYA1y')
\ No newline at end of file
+## Run Installer
+Systemrequirements: Debian 9-11 & Ubuntu 16.04 - 20.04
+bash <(wget -O -'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/launcher.sh')
diff --git a/launcher.sh b/launcher.sh
index e66640c..12c7ade 100644
--- a/launcher.sh
+++ b/launcher.sh
@@ -38,23 +38,23 @@ clear
case $CHOICE in
1)
echo "Launching LAMP Installer"
- bash <(curl -s https://raw.githubusercontent.com/mrunknownde/Linux-Script/master/sh_scripts/lamp.sh)
+ bash <(curl -s https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/lamp.sh)
;;
2)
echo "Launching Python 3 Installer"
- bash <(curl -s https://raw.githubusercontent.com/mrunknownde/Linux-Script/master/sh_scripts/python-quick-build.sh)
+ bash <(curl -s https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/python-quick-build.sh)
;;
3)
echo "Launching Spigot Builder"
- bash <(curl -s https://raw.githubusercontent.com/mrunknownde/Linux-Script/master/sh_scripts/spigot-builder.sh)
+ bash <(curl -s https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/spigot-builder.sh)
;;
4)
echo "Launching Ts3AudioBot Installer"
- bash <(curl -s https://raw.githubusercontent.com/mrunknownde/Linux-Script/master/sh_scripts/ts3audiobot.sh)
+ bash <(curl -s https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/ts3audiobot.sh)
;;
5)
echo "Launching Geekbench 5 Installer"
- bash <(curl -s https://raw.githubusercontent.com/mrunknownde/Linux-Script/master/sh_scripts/geekbench.sh)
+ bash <(curl -s https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/geekbench.sh)
;;
6)
echo "Exiting"