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