From 204093d023d090013456cb76b078fec1e1135b88 Mon Sep 17 00:00:00 2001 From: askiiart <dev@askiiart.net> Date: Wed, 12 Mar 2025 23:02:43 -0500 Subject: [PATCH] i hardcoded the version lol --- compilation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compilation.sh b/compilation.sh index 87c688b..6ebd9d3 100755 --- a/compilation.sh +++ b/compilation.sh @@ -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