diff --git a/main.sh b/main.sh index e033d79..dcf3275 100755 --- a/main.sh +++ b/main.sh @@ -13,9 +13,36 @@ git clone --recurse-submodules https://gitlab.com/CalcProgrammer1/OpenRGB ./open #cp -rvf ./debian ./openrgb/ cd ./openrgb/ + apt update && \ + apt install -y \ + appstream \ + build-essential \ + debhelper \ + dh-dkms \ + dkms \ + file \ + git \ + libcurl4-gnutls-dev \ + libftdi1-dev \ + libglib2.0-dev \ + libgtop2-dev \ + libhidapi-dev \ + libmbedtls-dev \ + libopenal-dev \ + libsensors4-dev \ + libusb-1.0-0-dev \ + pkgconf \ + qtbase5-dev \ + qtcreator \ + qttools5-dev-tools \ + unzip \ + wget && \ + + # Get build deps apt-get build-dep ./ -y + # Build package ./scripts/build-package-files.sh debian/changelog dpkg-architecture -l