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' \
|
||||
&& apt-get update \
|
||||
&& apt-get install --yes 'git' \
|
||||
&& git clone "${GITHUB_SERVER_URL}/rwx.work/cd" '/usr/local/sbin' \
|
||||
&& cd-bootstrap
|
||||
echo "\
|
||||
nameserver 9.9.9.9
|
||||
" > '/etc/resolv.conf' \
|
||||
&& \
|
||||
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