Install tea pr index step.
This commit is contained in:
@@ -73,8 +73,8 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
cd /tmp
|
||||
wget "${TEA_DL_URL}"
|
||||
wget "${TEA_DL_URL}.sha256"
|
||||
wget -q "${TEA_DL_URL}"
|
||||
wget -q "${TEA_DL_URL}.sha256"
|
||||
|
||||
if sha256sum --quiet -c "tea-${TEA_VERSION}-linux-amd64.sha256"; then
|
||||
mv "tea-${TEA_VERSION}-linux-amd64" /usr/bin/tea
|
||||
|
||||
Reference in New Issue
Block a user