first commit

This commit is contained in:
Raven Scott
2022-05-31 18:28:17 -05:00
commit 754955ce15
119 changed files with 5925 additions and 0 deletions

13
ubuntu/installservice Normal file
View 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