From a2f4fd1a72d3fd23cb35b9cccac6f6497df9c46b Mon Sep 17 00:00:00 2001 From: ferrreo Date: Mon, 18 Sep 2023 14:19:45 +0100 Subject: [PATCH] Update main.sh --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index acfb9c5..82706cd 100755 --- a/main.sh +++ b/main.sh @@ -2,7 +2,7 @@ git clone https://github.com/Plagman/gamescope cp -rvf ./debian ./gamescope cd ./gamescope - +git submodule update --init # Get build deps apt-get build-dep ./ -y