From 783aa03b38ac55452b736d2c21b5003cbfec3cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Kr=C3=BCger?= Date: Tue, 30 Mar 2021 12:13:17 +0200 Subject: [PATCH] add short-links --- README.md | 22 +++++++++++++++------- sh_scripts/spigot_autobild.sh | 3 ++- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1701461..93fe0a3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Distribution: Debian 9-10 / Ubuntu 16.04 - 18.04
CPU: 1 vCore
Ram: 2GB

![](https://img.shields.io/badge/Debian%2010-work!-green) ![](https://img.shields.io/badge/Debian%209-work!-green) ![](https://img.shields.io/badge/Ubuntu%2018.04-work!-green)
-bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/spigot_autobild.sh') +bash <(wget -O - 'https://git.io/JYBMI') ----- @@ -18,7 +18,7 @@ Ram: 2GB

## TS3AudioBot 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%2018.04-work!-green)
-bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/ts3audiobot_installer.sh') +bash <(wget -O - 'https://git.io/JYBMG') ----- @@ -27,7 +27,7 @@ Ram: 2GB

## 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)

is not finished
-bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/system_info.sh') +bash <(wget -O - 'https://git.io/JYBM8') ----- @@ -35,7 +35,7 @@ is not finished
## 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)
-bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/geekbench_downloader.sh') +bash <(wget -O - 'https://git.io/JYBME') ----- @@ -43,7 +43,7 @@ is not finished
## Repo Autosetrepo ![](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--18.04-work!-green) ![](https://img.shields.io/badge/Ubuntu--16.04-work!-green)
-bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/Autosetrepo.sh') +bash <(wget -O - 'https://git.io/JYBMr') ----- @@ -51,7 +51,7 @@ is not finished
## 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)
-bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/prometheus.sh') +bash <(wget -O - 'https://git.io/JYBMi') ----- @@ -60,4 +60,12 @@ is not finished
## 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)
-bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/python-quick-build.sh') \ No newline at end of file +bash <(wget -O - 'https://git.io/JYBMM') + + +----- + + +## 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)
+bash <(wget -O - 'https://git.io/JYBM7') \ No newline at end of file diff --git a/sh_scripts/spigot_autobild.sh b/sh_scripts/spigot_autobild.sh index 00c3239..2fd6107 100644 --- a/sh_scripts/spigot_autobild.sh +++ b/sh_scripts/spigot_autobild.sh @@ -29,7 +29,8 @@ wget https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifac clear echo "Checking software packages ..." -apt-get install git default-jdk -y > /dev/null +apt-get update +apt-get install git default-jdk -y echo "start building ..." sleep 2 java -jar BuildTools.jar