From e687e1942961be4b26d0f0105d39c77e5d03ef7e Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 28 Oct 2020 13:06:16 +0100 Subject: [PATCH] clean install python first --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ac6e0b..7d8b64c 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ nuser: chroot $(MNTDIR) passwd $(NUSRNAME) #chroot $(MNTDIR) dot-install $(NUSRNAME) -laptop: metal wifi xorg audio post-install nuser +laptop: metal python xorg audio wifi post-install nuser archive: tar -cvpjf void-fs.tar.bz2 \