spcd/cd.sh
2024-03-25 08:18:45 +01:00

5 lines
186 B
Bash

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