Add dictionary packages
[khome.git] / install_pkgs.sh
1 #! /bin/sh
2
3 sudo apt install $(awk '! /^\#/ && ! /^$/ {pkgs[$1]++} END {for (p in pkgs) {printf "%s%s", sep, p; sep = " "}}' pkg-deb-install)
This page took 0.067565 seconds and 4 git commands to generate.