Add package install script and target
[khome.git] / install_pkgs.sh
diff --git a/install_pkgs.sh b/install_pkgs.sh
new file mode 100755 (executable)
index 0000000..573217f
--- /dev/null
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+sudo apt install $(awk '! /^\#/ && ! /^$/ {pkgs[$1]++} END {for (p in pkgs) {printf "%s%s", sep, p; sep = " "}}' pkg-deb-install)
This page took 0.020249 seconds and 4 git commands to generate.