actions-toolkit/setup-alpine.sh

10 lines
291 B
Bash
Raw Permalink Normal View History

2020-10-21 12:33:38 +08:00
#!/bin/sh
set -e
## Install Required Dependencies
apk add bash curl git lftp rsync unzip wget zip tree
2020-10-21 12:33:38 +08:00
## Clone Github Toolkit Files To /gh-toolkit/
2020-10-21 12:54:20 +08:00
wget https://raw.githubusercontent.com/varunsridharan/actions-toolkit/main/setup-toolkit.sh
2020-10-21 12:33:38 +08:00
chmod uga+x setup-toolkit.sh
sh setup-toolkit.sh