Update gitian-parallel-build.sh

This commit is contained in:
Yasser Isa 2024-02-02 19:16:55 -07:00 committed by GitHub
parent d67e31c9d9
commit 7cbd8c67a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ build_dir_path=${gitian_builder_repo_path}/build
suite_descriptors_dir_path=${gitian_builder_repo_path}/suites
#workaround python and python3
ln -s $(which python3) $(which python3 | sed 's/3//g')
sudo ln -s $(which python3) $(which python3 | sed 's/3//g')
# Help Message
read -d '' usage <<- EOF