Compare commits

..

No commits in common. "003deb6455edfcc3d19640422f9ad474ce3e2041" and "8dc81682b4740e6be6dcf0ef52f8e874e926ddfd" have entirely different histories.

3 changed files with 5 additions and 15 deletions

5
cd Normal file
View 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

15
cd.sh
View file

@ -1,15 +0,0 @@
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