Skip to content

Commit

Permalink
fix: missing local bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alvindimas05 committed Oct 20, 2024
1 parent 8549ba8 commit 019f6d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 019f6d0

Please sign in to comment.