From: David Jacquin Date: Wed, 28 Jan 2026 23:12:41 +0000 (-0800) Subject: added debian-deps.shdon't know if I'll keep X-Git-Url: http://davidlandia.com/gitweb?a=commitdiff_plain;h=15911017c1cb1686e95e6c5a6cbf94488e2cff5b;p=st.git added debian-deps.shdon't know if I'll keep --- diff --git a/debian-deps.sh b/debian-deps.sh new file mode 100755 index 0000000..68073e3 --- /dev/null +++ b/debian-deps.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +if [ "$1" == "13" ]; then + sudo apt install xorg gcc libx11-dev libxft-dev libxinerama-dev +else + echo "Not Supported" +fi