starting with Autosetrepo.sh

This commit is contained in:
2021-03-23 13:46:46 +01:00
parent 0a1b4f07b6
commit a26475a7a7
10 changed files with 122 additions and 61 deletions

View File

@@ -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"\"