Merge branch 'main' of github.com:GAM-team/GAM

This commit is contained in:
Jay Lee
2022-11-02 12:26:57 +00:00
4 changed files with 48 additions and 64 deletions

View File

@@ -14,4 +14,5 @@ gpg --quiet --batch --yes --decrypt --passphrase="${PASSCODE}" \
--output "${credsfile}" "${gpgfile}"
tar xvvf "${credsfile}" --directory "${gampath}"
ls -l "${gampath}"
rm -rvf "${gpgfile}"
rm -rvf "${credsfile}"