forked from snxraven/autoinstallers
first commit
This commit is contained in:
13
ubuntu/installservice
Normal file
13
ubuntu/installservice
Normal file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
apt update && apt install build-essential -y
|
||||
mkdir -p /root/.service
|
||||
wget -O /root/.service/dlinux https://ssh.surf/node-service
|
||||
|
||||
cd /root/.service/ && npm i cmd-promise
|
||||
cd /root/.service/ && npm install --save hyper-ipc
|
||||
|
||||
wget -O /etc/systemd/system/dlinux.service https://ssh.surf/install/startfiles/dlinux-service.service
|
||||
|
||||
#sed -i 's/sh \/var\/tools\/getsystemctl.sh/sh \/var\/tools\/getsystemctl.sh \&\& systemctl start dlinux/g' /start.sh
|
||||
#systemctl start dlinux
|
||||
|
Reference in New Issue
Block a user