This commit is contained in:
Craig Raw
2023-02-09 13:18:30 +02:00
parent 7ad8a04bda
commit 67dcf69a78
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ sudo apt install -y rpm fakeroot binutils
First, assign a temporary variable in your shell for the specific release you want to build. For the current one specify:
```shell
GIT_TAG="1.7.1"
GIT_TAG="1.7.2"
```
The project can then be initially cloned as follows: