From 649ac23c5d325475fcf4446a1723aa3eec8d5ced Mon Sep 17 00:00:00 2001 From: Alvin Dimas Praditya Date: Fri, 16 Aug 2024 15:17:35 +0700 Subject: [PATCH] fix install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e5a230c..7254413 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,8 @@ echo "Installing AMDHelper..." curl -sSL https://github.com/alvindimas05/AMDHelper/releases/latest/download/amdhelper.gz -o amdhelper.gz tar -xvzf amdhelper.gz +rm amdhelper.gz chmod +x amdhelper sudo mv amdhelper /usr/local/bin echo "AMDHelper installed! Run the command below to start." -echo "sudo amdhelper" +echo "sudo amdhelper" \ No newline at end of file