From 019f6d02a09599c5f8bc4390d5614d92982a4094 Mon Sep 17 00:00:00 2001 From: Alvin Dimas Praditya Date: Sun, 20 Oct 2024 19:48:51 +0700 Subject: [PATCH] fix: missing local bin folder --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index d13c7fb..ff80241 100644 --- a/install.sh +++ b/install.sh @@ -3,6 +3,7 @@ curl -sSL https://github.com/alvindimas05/AMDHelp/releases/latest/download/amdhe tar -xvzf amdhelper.gz rm amdhelper.gz chmod +x amdhelper +sudo mkdir -p /usr/local/bin sudo mv amdhelper /usr/local/bin/amdhelper echo "AMDHelper installed! Run the command below to start." echo "sudo amdhelper"