fix geekbench_downloader.sh

This commit is contained in:
2021-03-16 13:48:14 +01:00
parent 5f32c82a3f
commit 34f6f13ed2
2 changed files with 4 additions and 4 deletions

View File

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