spcd/cd.sh

16 lines
208 B
Bash
Raw Normal View History

2024-03-25 08:02:43 +00:00
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