Skip to content

Commit

Permalink
fix install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alvindimas05 committed Aug 16, 2024
1 parent bdbe506 commit 649ac23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 649ac23

Please sign in to comment.