add a few more libraries to the linux script

Mikayla Maki created

Change summary

script/linux | 7 +++++++
1 file changed, 7 insertions(+)

Detailed changes

script/linux 🔗

@@ -21,6 +21,13 @@ if [[ -n $apt ]]; then
   deps=(
     libasound2-dev
     libfontconfig-dev
+    libxcb-dev
+    alsa-base
+    cmake
+    fontconfig
+    libssl-dev
+    build-essential
+
   )
   $maysudo "$apt" install -y "${deps[@]}"
   exit 0