Refactor package install script
[khome.git] / Makefile
index 70a93f0..c029724 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,5 +15,5 @@ install_home:
        @cp       home/.tmux.conf   $(HOME)/
        @cp       home/.xbindkeysrc $(HOME)/
 
-install_pkgs: install_pkgs.sh pkg-deb-install
-       ./install_pkgs.sh
+install_pkgs: list pkgs-install
+       sudo apt install $(shell ./list pkgs-install)
This page took 0.023129 seconds and 4 git commands to generate.