From: David Jacquin Date: Wed, 28 Jan 2026 23:11:56 +0000 (-0800) Subject: added debian-deps.shdon't know if I'll keep X-Git-Url: http://davidlandia.com/gitweb?a=commitdiff_plain;h=ee46654cddc757ff8d38edc43687e878227e6c96;p=dwm.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