Remove dev/debug scripts from repository
This commit is contained in:
parent
6018e236e3
commit
5d2b24046e
2 changed files with 0 additions and 17 deletions
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
cp ucloud-init.start /etc/local.d/
|
|
||||||
rc-update add local default
|
|
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue