cd
This commit is contained in:
parent
245a071852
commit
8dc81682b4
1 changed files with 5 additions and 0 deletions
5
cd
Normal file
5
cd
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
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
|
Loading…
Reference in a new issue