Compare commits

..

2 commits

Author SHA1 Message Date
003deb6455
split 2024-03-25 09:02:43 +01:00
e0839547da
.sh 2024-03-25 08:18:45 +01:00
3 changed files with 15 additions and 5 deletions

5
cd
View file

@ -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
View 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