mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-18 22:33:50 +02:00
starting with Autosetrepo.sh
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#/bin/bash
|
||||
#!/bin/bash
|
||||
clear
|
||||
echo "################################################"
|
||||
echo "# #"
|
||||
@@ -18,14 +18,12 @@ echo "Dieses Script startet gleich automatisch."
|
||||
echo ""
|
||||
echo "EN >"
|
||||
echo "This script will start automatically."
|
||||
sleep 5
|
||||
sleep 1
|
||||
echo ""
|
||||
echo ""
|
||||
echo ""
|
||||
echo "LETS GO!"
|
||||
|
||||
cd ~
|
||||
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/
|
||||
|
||||
echo "Finish, run with ./geekbench5"
|
||||
tar xf Geekbench-5.4.0-Linux.tar.gz && cd Geekbench-5.4.0-Linux/
|
||||
echo "Finish, run with \"cd Geekbench-5.4.0-Linux/ && ./geekbench5"\"
|
||||
Reference in New Issue
Block a user