You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
274 B
8 lines
274 B
6 years ago
|
#!/bin/bash
|
||
|
sudo cp restart_partsearch.sh /usr/local/sbin/
|
||
|
cd Git-Auto-Deploy
|
||
|
sudo python setup.py install
|
||
|
sudo cp /ELAB-partsearch/deploy/git-auto-deploy.service /etc/systemd/system
|
||
|
sudo systemctl enable git-auto-deploy.service
|
||
|
sudo systemctl start git-auto-deploy.service
|