diff --git a/README.md b/README.md
index 7034b45..9694bb2 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ is not finished
## Geekbench5 Downloader
-  
+  
bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/geekbench_downloader.sh')
@@ -42,7 +42,7 @@ is not finished
## Cloudserver Repo Autoset
-   
+   
bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/cloudserver_auto_repos.sh')
@@ -50,5 +50,5 @@ is not finished
## Prometheus + Grafana + Node_Exporter Quick Installer
-   
+  
bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/prometheus.sh')
\ No newline at end of file
diff --git a/sh_scripts/geekbench_downloader.sh b/sh_scripts/geekbench_downloader.sh
index 871d109..13e0d7f 100644
--- a/sh_scripts/geekbench_downloader.sh
+++ b/sh_scripts/geekbench_downloader.sh
@@ -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"
\ No newline at end of file