diff --git a/docs/installation/auth/centos.md b/docs/installation/auth/centos.md index 9160336a..06c3adaa 100644 --- a/docs/installation/auth/centos.md +++ b/docs/installation/auth/centos.md @@ -57,7 +57,7 @@ Enter the folder by issuing `cd allianceauth` Ensure you're on the latest version with the following: - git tag | sort -n | tail -1 | xargs git checkout + git checkout v1.15.7 Python package dependencies can be installed from the requirements file: diff --git a/docs/installation/auth/ubuntu.md b/docs/installation/auth/ubuntu.md index 8dce10ef..0d423c3f 100644 --- a/docs/installation/auth/ubuntu.md +++ b/docs/installation/auth/ubuntu.md @@ -46,7 +46,7 @@ Enter the folder by issuing `cd allianceauth` Ensure you're on the latest version with the following: - git tag | sort -n | tail -1 | xargs git checkout + git checkout v1.15.7 Python package dependencies can be installed from the requirements file: