mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-09 01:43:46 +02:00
fix geekbench_downloader.sh
This commit is contained in:
@@ -34,7 +34,7 @@ is not finished<br>
|
||||
|
||||
|
||||
## Geekbench5 Downloader
|
||||
  <br>
|
||||
  <br>
|
||||
<code>bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/geekbench_downloader.sh')</code>
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ is not finished<br>
|
||||
|
||||
|
||||
## Cloudserver Repo Autoset
|
||||
   <br>
|
||||
   <br>
|
||||
<code>bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/cloudserver_auto_repos.sh')</code>
|
||||
|
||||
|
||||
@@ -50,5 +50,5 @@ is not finished<br>
|
||||
|
||||
|
||||
## Prometheus + Grafana + Node_Exporter Quick Installer
|
||||
   <br>
|
||||
  <br>
|
||||
<code>bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/prometheus.sh')</code>
|
||||
@@ -26,6 +26,6 @@ echo "LETS GO!"
|
||||
|
||||
wget https://cdn.geekbench.com/Geekbench-5.4.0-Linux.tar.gz
|
||||
tar xf Geekbench-5.4.0-Linux.tar.gz
|
||||
cd Geekbench-5.4.0-Linux/
|
||||
cd ~/Geekbench-5.4.0-Linux/
|
||||
|
||||
echo "Finish, run with ./geekbench5"
|
||||
Reference in New Issue
Block a user