From: Siraaj Khandkar Date: Mon, 22 Apr 2019 01:20:00 +0000 (-0400) Subject: Note what to expect on package re-install X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=110fc59a6f40e7c5c7aed2d8c207a93fe4d284eb Note what to expect on package re-install --- 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