Skip to content

Commit

Permalink
fix: neccessary files for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
alvindimas05 committed Oct 9, 2024
1 parent 568768e commit b48bb4c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +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/amdhelper
echo "AMDHelper installed! Run the command below to start."
echo "sudo amdhelper"
Binary file added ryzenadj
Binary file not shown.

0 comments on commit b48bb4c

Please sign in to comment.