mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-09 08:36:23 +01:00
Prevent checking out v2 when trying to install v1
This commit is contained in:
@@ -57,7 +57,7 @@ Enter the folder by issuing `cd allianceauth`
|
|||||||
|
|
||||||
Ensure you're on the latest version with the following:
|
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:
|
Python package dependencies can be installed from the requirements file:
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ Enter the folder by issuing `cd allianceauth`
|
|||||||
|
|
||||||
Ensure you're on the latest version with the following:
|
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:
|
Python package dependencies can be installed from the requirements file:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user