From 90a77c5abfc38606d2107ba86a28fb71bd0a255f Mon Sep 17 00:00:00 2001 From: ferreo Date: Sat, 10 Aug 2024 16:09:44 +0200 Subject: [PATCH] Update main.sh --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index d6eef59..843be85 100755 --- a/main.sh +++ b/main.sh @@ -15,7 +15,7 @@ cd cosmic-player # Get build deps LOGNAME=root dh_make --createorig -y -l -p cosmic-player_"$VERSION" || echo "dh-make: Ignoring Last Error" apt-get build-dep ./ -y -apt-get libasound2-dev -y +apt-get install libasound2-dev -y # Build package dpkg-buildpackage --no-sign