From a4b193bb6719ea2dcae739d2f5945c4b67c5b785 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 7 Dec 2023 20:03:04 -0500 Subject: [PATCH] Remove micro config file (neovim is the intended editor), do not install bash-completion --- config-files/micro-settings.json | 3 --- install.sh | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 config-files/micro-settings.json diff --git a/config-files/micro-settings.json b/config-files/micro-settings.json deleted file mode 100644 index 82a8331..0000000 --- a/config-files/micro-settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "tabstospaces": true -} diff --git a/install.sh b/install.sh index 3c0dd13..f30eb17 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s artix install script -echo last updated december 07, 2023 \(rev. G\) +echo last updated december 07, 2023 \(rev. H\) echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n" @@ -165,7 +165,7 @@ echo "hostname=\'"$hostname"\'" > /mnt/etc/conf.d/hostname # installing base packages base_devel='db diffutils gc guile libisl libmpc perl autoconf automake bash dash binutils bison esysusers etmpfiles fakeroot file findutils flex gawk gcc gettext grep groff gzip libtool m4 make pacman pacman-contrib patch pkgconf sed opendoas texinfo which bc udev ntp' -basestrap /mnt base $base_devel openrc elogind-openrc linux linux-firmware git man-db bash-completion +basestrap /mnt base $base_devel openrc elogind-openrc linux linux-firmware git man-db # applying IPv6 privacy entensions for all interfaces echo -e 'net.ipv6.conf.all.use_tempaddr = 2\nnet.ipv6.conf.default.use_tempaddr = 2' > /mnt/etc/sysctl.d/40-ipv6.conf