This commit is contained in:
Marc Beninca 2024-03-25 09:02:43 +01:00
parent e0839547da
commit 003deb6455
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 15 additions and 5 deletions

20
cd.sh
View file

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