Build scripts: support building from a tag/commit

This commit is contained in:
SChernykh
2025-07-05 23:13:52 +02:00
parent 758b55f354
commit 2822c6abb5
28 changed files with 69 additions and 57 deletions

View File

@@ -439,4 +439,9 @@ echo "Deleting temporary files"
cd /root
rm -rf *
echo "Cloning the repository"
cd /
git clone --recursive --jobs $(nproc) https://github.com/SChernykh/p2pool
echo "All done"