spcd/cd.sh
2024-03-25 09:02:43 +01:00

15 lines
208 B
Bash

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