i hardcoded the version lol

This commit is contained in:
askiiart 2025-03-12 23:02:43 -05:00
parent 1358673da5
commit 204093d023
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

View file

@ -23,7 +23,7 @@ fi
# get source and build
cd $workdir
curl "https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/$version/librewolf-$version.source.tar.gz" -LO
tar -xzf librewolf-136.0-2.source.tar.gz
tar -xzf librewolf-$version.source.tar.gz
cd ./librewolf-$version/
# get build deps
apt install python3 python3-pip wget patch -y