fix same launcher bugs

This commit is contained in:
2022-03-11 00:33:42 +01:00
parent 08a24a5457
commit 663f2da3db
3 changed files with 8 additions and 87 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -3,85 +3,6 @@ Paar wunderbare Scripts
-----
## Spigot Auto-Build Scripts
Systemrequirements:<br>
Distribution: Debian 9-11 / Ubuntu 16.04 - 20.04<br>
CPU: 1 vCore <br>
Ram: 2GB <br><br>
![](https://img.shields.io/badge/Debian%2011-work!-green) ![](https://img.shields.io/badge/Debian%2010-work!-green) ![](https://img.shields.io/badge/Debian%209-work!-green) ![](https://img.shields.io/badge/Ubuntu%2020.04-work!-green) ![](https://img.shields.io/badge/Ubuntu%2018.04-work!-green)<br>
<code>bash <(wget -O - 'https://git.io/JYBMI')</code>
-----
## TS3AudioBot Installer
![](https://img.shields.io/badge/Debian%2011-work!-green) ![](https://img.shields.io/badge/Debian%2010-work!-green) ![](https://img.shields.io/badge/Debian%209-work!-green) ![](https://img.shields.io/badge/Ubuntu%2020.04-work!-green) ![](https://img.shields.io/badge/Ubuntu%2018.04-work!-green)<br>
<code>bash <(wget -O - 'https://git.io/JYBMG')</code>
-----
## System - Info
![](https://img.shields.io/badge/Debian%2010%20-%20error%20-%20red) ![](https://img.shields.io/badge/Debian%209%20-%20error%20-%20red) ![](https://img.shields.io/badge/Ubuntu%2018.04%20-error-%20red)<br>
is not finished<br>
<code>bash <(wget -O - 'https://git.io/xxxx')</code>
-----
## Geekbench5 Downloader
![](https://img.shields.io/badge/Debian%2010-work!-green) ![](https://img.shields.io/badge/Debian%209-work!-green) ![](https://img.shields.io/badge/Ubuntu%2020.04-work!-green) ![](https://img.shields.io/badge/Ubuntu%2018.04-work!-green)<br>
<code>bash <(wget -O - 'https://git.io/JYBME')</code>
-----
## Official Repo
![](https://img.shields.io/badge/Debian%2011-testing!-black) ![](https://img.shields.io/badge/Debian%2010-work!-green) ![](https://img.shields.io/badge/Debian%209-work!-green) ![](https://img.shields.io/badge/Ubuntu--20.04-work!-green)![](https://img.shields.io/badge/Ubuntu--18.04-work!-green) ![](https://img.shields.io/badge/Ubuntu--16.04-work!-green)<br>
<code>bash <(wget -O - 'https://git.io/JYN1M')</code>
-----
## Prometheus + Grafana + Node_Exporter Quick Installer
![](https://img.shields.io/badge/Debian%2010-work!-green) ![](https://img.shields.io/badge/Debian%209-work!-green) ![](https://img.shields.io/badge/Ubuntu%2020.04-work!-green) ![](https://img.shields.io/badge/Ubuntu%2018.04-work!-green)<br>
<code>bash <(wget -O - 'https://git.io/JYBMi')</code>
-----
## Python Quick Build and Install
Version: 3.9.2
![](https://img.shields.io/badge/Debian%2010-work!-green) ![](https://img.shields.io/badge/Debian%209-work!-green) ![](https://img.shields.io/badge/Ubuntu%2020.04-work!-green) ![](https://img.shields.io/badge/Ubuntu%2018.04-work!-green)<br>
<code>bash <(wget -O - 'https://git.io/JYBMM')</code>
-----
## Speedtest
![](https://img.shields.io/badge/Debian%2010-work!-green) ![](https://img.shields.io/badge/Debian%209-work!-green) ![](https://img.shields.io/badge/Ubuntu%2020.04-work!-green) ![](https://img.shields.io/badge/Ubuntu%2018.04-work!-green)<br>
<code>bash <(wget -O - 'https://git.io/JYBM7')</code>
-----
## (L)inux(A)pache(M)ysql(P)HP
![](https://img.shields.io/badge/Debian%2010%20-%20error%20-%20red) ![](https://img.shields.io/badge/Debian%209%20-%20error%20-%20red) ![](https://img.shields.io/badge/Ubuntu%2018.04%20-error-%20red)<br>
<code>bash <(wget -O - 'https://git.io/JYAMt')</code>
----
## Password-Generator
![](https://img.shields.io/badge/Debian%2010-work!-green) ![](https://img.shields.io/badge/Debian%209-work!-green) ![](https://img.shields.io/badge/Ubuntu%2020.04-work!-green) ![](https://img.shields.io/badge/Ubuntu%2018.04-work!-green)<br>
<code>bash <(wget -O - 'https://git.io/JYA1y')</code>
## Run Installer
Systemrequirements: Debian 9-11 & Ubuntu 16.04 - 20.04
<code>bash <(wget -O -'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/launcher.sh')</code>

View File

@@ -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"