split
This commit is contained in:
parent
e0839547da
commit
003deb6455
2 changed files with 15 additions and 5 deletions
20
cd.sh
20
cd.sh
|
@ -1,5 +1,15 @@
|
||||||
echo 'nameserver 9.9.9.9' > '/etc/resolv.conf' \
|
echo "\
|
||||||
&& apt-get update \
|
nameserver 9.9.9.9
|
||||||
&& apt-get install --yes 'git' \
|
" > '/etc/resolv.conf' \
|
||||||
&& git clone "${GITHUB_SERVER_URL}/rwx.work/cd" '/usr/local/sbin' \
|
&& \
|
||||||
&& cd-bootstrap
|
apt-get update \
|
||||||
|
&& \
|
||||||
|
apt-get install \
|
||||||
|
'git' \
|
||||||
|
--yes \
|
||||||
|
&& \
|
||||||
|
git clone \
|
||||||
|
"${GITHUB_SERVER_URL}/rwx.work/cd" \
|
||||||
|
'/usr/local/sbin' \
|
||||||
|
&& \
|
||||||
|
cd-bootstrap.sh
|
||||||
|
|
Loading…
Reference in a new issue