From 110fc59a6f40e7c5c7aed2d8c207a93fe4d284eb Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Sun, 21 Apr 2019 21:20:00 -0400 Subject: [PATCH] Note what to expect on package re-install --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 8005c2c..8b5b710 100644 --- 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 -- 2.20.1