diff --git a/main.sh b/main.sh index 82706cd..398ac7c 100755 --- a/main.sh +++ b/main.sh @@ -4,6 +4,7 @@ cp -rvf ./debian ./gamescope cd ./gamescope git submodule update --init # Get build deps +apt-get update -y apt-get build-dep ./ -y # Build package