Compare commits
No commits in common. "003deb6455edfcc3d19640422f9ad474ce3e2041" and "8dc81682b4740e6be6dcf0ef52f8e874e926ddfd" have entirely different histories.
003deb6455
...
8dc81682b4
3 changed files with 5 additions and 15 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
|
15
cd.sh
15
cd.sh
|
@ -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
|
Loading…
Reference in a new issue