Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
drunckj authored Aug 17, 2020
1 parent b6882a4 commit 2297612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

#!/bin/bash
[ "$UID" -eq 0 ] || exec sudo bash "$0" "$@"
yes | sudo apt install libusb-1.0-0 libusb-1.0-0-dev
yes | sudo apt install autoconf
sudo apt install libusb-1.0-0 libusb-1.0-0-dev
sudo apt install autoconf
cd rogauracore/
autoreconf -i
./configure
Expand Down

0 comments on commit 2297612

Please sign in to comment.