mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-09 01:43:46 +02:00
add short-links
This commit is contained in:
22
README.md
22
README.md
@@ -10,7 +10,7 @@ Distribution: Debian 9-10 / Ubuntu 16.04 - 18.04<br>
|
||||
CPU: 1 vCore <br>
|
||||
Ram: 2GB <br><br>
|
||||
  <br>
|
||||
<code>bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/spigot_autobild.sh')</code>
|
||||
<code>bash <(wget -O - 'https://git.io/JYBMI')</code>
|
||||
|
||||
|
||||
-----
|
||||
@@ -18,7 +18,7 @@ Ram: 2GB <br><br>
|
||||
|
||||
## TS3AudioBot Installer
|
||||
  <br>
|
||||
<code>bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/ts3audiobot_installer.sh')</code>
|
||||
<code>bash <(wget -O - 'https://git.io/JYBMG')</code>
|
||||
|
||||
|
||||
-----
|
||||
@@ -27,7 +27,7 @@ Ram: 2GB <br><br>
|
||||
## System - Info
|
||||
   <br> <br>
|
||||
is not finished<br>
|
||||
<code>bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/system_info.sh')</code>
|
||||
<code>bash <(wget -O - 'https://git.io/JYBM8')</code>
|
||||
|
||||
|
||||
-----
|
||||
@@ -35,7 +35,7 @@ is not finished<br>
|
||||
|
||||
## Geekbench5 Downloader
|
||||
   <br>
|
||||
<code>bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/geekbench_downloader.sh')</code>
|
||||
<code>bash <(wget -O - 'https://git.io/JYBME')</code>
|
||||
|
||||
|
||||
-----
|
||||
@@ -43,7 +43,7 @@ is not finished<br>
|
||||
|
||||
## Repo Autosetrepo
|
||||
    <br>
|
||||
<code>bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/Autosetrepo.sh')</code>
|
||||
<code>bash <(wget -O - 'https://git.io/JYBMr')</code>
|
||||
|
||||
|
||||
-----
|
||||
@@ -51,7 +51,7 @@ is not finished<br>
|
||||
|
||||
## Prometheus + Grafana + Node_Exporter Quick Installer
|
||||
   <br>
|
||||
<code>bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/prometheus.sh')</code>
|
||||
<code>bash <(wget -O - 'https://git.io/JYBMi')</code>
|
||||
|
||||
|
||||
-----
|
||||
@@ -60,4 +60,12 @@ is not finished<br>
|
||||
## Python Quick Build and Install
|
||||
Version: 3.9.2
|
||||
   <br>
|
||||
<code>bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/python-quick-build.sh')</code>
|
||||
<code>bash <(wget -O - 'https://git.io/JYBMM')</code>
|
||||
|
||||
|
||||
-----
|
||||
|
||||
|
||||
## Speedtest
|
||||
   <br>
|
||||
<code>bash <(wget -O - 'https://git.io/JYBM7')</code>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user