Skip to content

Commit

Permalink
fix: symbolic link of the maccel bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnarus-G committed Feb 2, 2024
1 parent 65b8f49 commit 2d9262c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install_cli() {
curl -fsSL https://github.com/Gnarus-G/maccel/releases/download/$VERSION/maccel-cli.tar.gz -o maccel-cli.tar.gz
tar -zxvf maccel-cli.tar.gz maccel_$VERSION/maccel
sudo install -m 755 maccel_$VERSION/maccel bin
sudo ln -s bin/maccel /usr/local/bin/maccel
sudo ln -vfs `pwd`/bin/maccel /usr/local/bin/maccel
}

install_udev_rules() {
Expand Down

0 comments on commit 2d9262c

Please sign in to comment.