Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Cam authored Mar 18, 2023
1 parent 84c5b13 commit aaf365d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ sudo mv /tmp/80-naga.rules /etc/udev/rules.d/80-naga.rules

#udev reload so no need to reboot
sudo udevadm control --reload-rules && sudo udevadm trigger

#restart mouse drivers
sudo bash -c "modprobe -r usbhid && modprobe -r psmouse && modprobe usbhid && modprobe psmouse"
sleep 0.5
naga start

tput setaf 2; printf "Please add (naga.desktop or a script with naga start) to be executed\nwhen your window manager starts.\n" ; tput sgr0;

cd ..

0 comments on commit aaf365d

Please sign in to comment.