From a0960235539fc9dc6a28e7d04f1bda41b6bceef0 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Sat, 24 Feb 2018 01:30:07 -0500 Subject: [PATCH] Prevent checking out v2 when trying to install v1 --- docs/installation/auth/centos.md | 2 +- docs/installation/auth/ubuntu.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: