mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-06 00:32:03 +02:00
fix same launcher bugs
This commit is contained in:
85
README.md
85
README.md
@@ -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>
|
||||
    <br>
|
||||
<code>bash <(wget -O - 'https://git.io/JYBMI')</code>
|
||||
|
||||
|
||||
-----
|
||||
|
||||
|
||||
## TS3AudioBot Installer
|
||||
    <br>
|
||||
<code>bash <(wget -O - 'https://git.io/JYBMG')</code>
|
||||
|
||||
|
||||
-----
|
||||
|
||||
|
||||
## System - Info
|
||||
  <br>
|
||||
is not finished<br>
|
||||
<code>bash <(wget -O - 'https://git.io/xxxx')</code>
|
||||
|
||||
|
||||
-----
|
||||
|
||||
|
||||
## Geekbench5 Downloader
|
||||
   <br>
|
||||
<code>bash <(wget -O - 'https://git.io/JYBME')</code>
|
||||
|
||||
|
||||
-----
|
||||
|
||||
|
||||
## Official Repo
|
||||
    <br>
|
||||
<code>bash <(wget -O - 'https://git.io/JYN1M')</code>
|
||||
|
||||
|
||||
-----
|
||||
|
||||
|
||||
## Prometheus + Grafana + Node_Exporter Quick Installer
|
||||
   <br>
|
||||
<code>bash <(wget -O - 'https://git.io/JYBMi')</code>
|
||||
|
||||
|
||||
-----
|
||||
|
||||
|
||||
## Python Quick Build and Install
|
||||
Version: 3.9.2
|
||||
   <br>
|
||||
<code>bash <(wget -O - 'https://git.io/JYBMM')</code>
|
||||
|
||||
|
||||
-----
|
||||
|
||||
|
||||
## Speedtest
|
||||
   <br>
|
||||
<code>bash <(wget -O - 'https://git.io/JYBM7')</code>
|
||||
|
||||
|
||||
-----
|
||||
|
||||
|
||||
## (L)inux(A)pache(M)ysql(P)HP
|
||||
  <br>
|
||||
<code>bash <(wget -O - 'https://git.io/JYAMt')</code>
|
||||
|
||||
|
||||
----
|
||||
|
||||
|
||||
## Password-Generator
|
||||
   <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>
|
||||
|
||||
10
launcher.sh
10
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"
|
||||
|
||||
Reference in New Issue
Block a user