examples - follow redirect when downloading authelia for linux

This commit is contained in:
bunkerity 2022-07-19 16:55:10 +02:00
parent 14d61854e5
commit 02db54ce0d
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
2 changed files with 3 additions and 3 deletions

View File

@ -382,8 +382,8 @@ jobs:
# run: ./tests/main.py "swarm"
# - name: Run Kubernetes tests
# run: ./tests/main.py "kubernetes"
# - name: Generate Linux packages and build test images
# run: ./tests/linux.sh ${{ env.BUILD_MODE }}
- name: Generate Linux packages and build test images
run: ./tests/linux.sh ${{ env.BUILD_MODE }}
- name: Run Linux Ubuntu tests
run: ./tests/main.py "linux" "ubuntu"
- name: Run Linux Debian tests

View File

@ -5,7 +5,7 @@ if [ $(id -u) -ne 0 ] ; then
exit 1
fi
curl https://github.com/authelia/authelia/releases/download/v4.36.2/authelia-v4.36.2-linux-amd64.tar.gz -o /tmp/authelia.tar.gz
curl https://github.com/authelia/authelia/releases/download/v4.36.2/authelia-v4.36.2-linux-amd64.tar.gz -Lo /tmp/authelia.tar.gz
cd /tmp/
tar -xvzf authelia.tar.gz
mv authelia-linux-amd64 /usr/bin/authelia