Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Shillos/4761edf432d8665b72d158c99e5ce5a7 to your computer and use it in GitHub Desktop.
Save Shillos/4761edf432d8665b72d158c99e5ce5a7 to your computer and use it in GitHub Desktop.
Create /var/www/installkiwibnc.sh with contents:
cd /var/www/kiwibnc
/usr/bin/npm install
Run these commands:
sudo -u http chmod +x /var/www/installkiwibnc.sh
sudo -u http /var/www/installkiwibnc.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment