Remove dev/debug scripts from repository

This commit is contained in:
fnux 2020-01-23 13:17:04 +01:00
parent 6018e236e3
commit 5d2b24046e
2 changed files with 0 additions and 17 deletions

View File

@ -1,4 +0,0 @@
#!/bin/sh
cp ucloud-init.start /etc/local.d/
rc-update add local default

View File

@ -1,13 +0,0 @@
#!/bin/sh
# Clone ucloud-init repo
cd /usr/sbin
git clone https://code.ungleich.ch/ucloud/ucloud-init.git
cd ucloud-init
# Update it
git reset --hard origin/master
git pull
sh ./ucloud-init.sh