From be812ab99a5f4dc83807a56392ed2f59c1815c49 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 26 Jun 2022 00:11:47 -0400 Subject: [PATCH] Add git and nano to basestrap --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f8be849..09bc47b 100755 --- a/install.sh +++ b/install.sh @@ -153,7 +153,7 @@ echo "hostname=\'"$hostname"\'" > /mnt/etc/conf.d/hostname # installing base packages base_devel='db diffutils gc guile libisl libmpc perl autoconf automake binutils bison esysusers etmpfiles fakeroot file findutils flex gawk gcc gettext grep groff gzip libtool m4 make pacman patch pkgconf sed opendoas texinfo which' -basestrap /mnt base $base_devel openrc elogind-openrc linux linux-firmware +basestrap /mnt base $base_devel openrc elogind-openrc linux linux-firmware git nano # exporting variables mkdir /mnt/tempfiles