Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-irl authored Jun 3, 2018
1 parent 4a7d077 commit 446af9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ sudo cp postinstall /usr/bin
sudo mkdir /opt/postinstall
sudo cp main.py /opt/postinstall
sudo cp -r functions /opt/postinstall
chmod a+x uninstall.sh
sudo chmod a+x /opt/postinstall/main.py
sudo chmod a+x /opt/postinstall/functions/*

0 comments on commit 446af9a

Please sign in to comment.