Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
apocatarsis committed Jun 1, 2015
1 parent cffd0a0 commit 32a52c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ exit 1
fi

mv naga /usr/local/bin/
cp nagastart.sh /usr/local/bin/
sudo chmod u+s /usr/local/bin/naga

cd ..
cp naga.desktop $HOME/.config/autostart/
cp nagastart.sh /usr/local/bin/
mkdir $HOME/.naga
cp mapping.txt $HOME/.naga/

nohup bash nagastart.sh & >/dev/null

rm nohup.out

0 comments on commit 32a52c8

Please sign in to comment.