Removed All install scripts & added tree for alpine.

This commit is contained in:
Varun 2020-10-22 10:28:25 +05:30
parent c4a9bd9931
commit 40de804736
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F
6 changed files with 1 additions and 26 deletions

View file

@ -1,5 +0,0 @@
#!/bin/sh
set -e
apk add bash

View file

@ -1,5 +0,0 @@
#!/bin/sh
set -e
apk add curl

View file

@ -1,5 +0,0 @@
#!/bin/sh
set -e
apk add git

View file

@ -1,5 +0,0 @@
#!/bin/sh
set -e
apk add unzip

View file

@ -1,5 +0,0 @@
#!/bin/sh
set -e
apk add wget

View file

@ -2,7 +2,7 @@
set -e
## Install Required Dependencies
apk add bash curl git lftp rsync unzip wget zip
apk add bash curl git lftp rsync unzip wget zip tree
## Clone Github Toolkit Files To /gh-toolkit/
wget https://raw.githubusercontent.com/varunsridharan/actions-toolkit/main/setup-toolkit.sh