Note what to expect on package re-install
authorSiraaj Khandkar <siraaj@khandkar.net>
Mon, 22 Apr 2019 01:20:00 +0000 (21:20 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Mon, 22 Apr 2019 01:20:00 +0000 (21:20 -0400)
Makefile

index 8005c2c..8b5b710 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,11 @@ install:
        @cp       home/.fonts.conf  $(HOME)/
        @fc-cache                   $(HOME)/.fonts
 
+# May still need to run:
+# 1. dselect update
+# 2. interactive dselect with install,
+# 3. apt update
+# 4. apt upgrade
 install_packages: $(DPKG_SELECTIONS)
        @dpkg --set-selections < $<
        @apt-get -u dselect-upgrade
This page took 0.029377 seconds and 4 git commands to generate.