From 687041ff09958ec449828ae1c71e98acf1c55fc2 Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 11 Nov 2024 15:58:08 +0100 Subject: [PATCH] Update main.sh --- main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/main.sh b/main.sh index 5e39b02..732d44b 100755 --- a/main.sh +++ b/main.sh @@ -15,6 +15,7 @@ cd WiVRn # Get build deps LOGNAME=root dh_make --createorig -y -l -p WiVRn_"$VERSION" || echo "dh-make: Ignoring Last Error" apt-get build-dep ./ -y +apt-get install librsvg2-bin -y # Build package dpkg-buildpackage --no-sign