Compare commits
2 commits
8dc81682b4
...
003deb6455
Author | SHA1 | Date | |
---|---|---|---|
003deb6455 | |||
e0839547da |
3 changed files with 15 additions and 5 deletions
5
cd
5
cd
|
@ -1,5 +0,0 @@
|
||||||
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
|
|
15
cd.sh
Normal file
15
cd.sh
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
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