From c5752b9d38a1e4a301fc92e55ffa33932df8afaf Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 26 Jun 2022 00:31:34 -0400 Subject: [PATCH] Replaced nano with micro --- chrootInstall.sh | 3 ++- install.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index 81a45c6..bb8dc42 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -101,8 +101,9 @@ chmod -R 700 /home # installing desktop environment and addons + utilities if [ "$formfactor" -lt 4 ]; then - pacman -S pipewire pipewire-pulse pipewire-jack pipewire-alsa plasma-desktop lightdm-openrc lightdm-gtk-greeter kscreen kdeplasma-addons spectacle gwenview plasma-nm plasma-pa breeze-gtk kde-gtk-config kio-extras khotkeys kwalletmanager pcmanfm-qt yakuake ark kate bluedevil bluez --needed --noconfirm + pacman -S pipewire pipewire-pulse pipewire-jack pipewire-alsa plasma-desktop lightdm-openrc lightdm-gtk-greeter kscreen kdeplasma-addons spectacle gwenview plasma-nm plasma-pa breeze-gtk kde-gtk-config kio-extras khotkeys kwalletmanager pcmanfm-qt yakuake ark kate micro bluedevil bluez --needed --noconfirm rc-update add lightdm + ln -s /usr/bin/micro /usr/bin/nano fi # installing and configuring basic software packages diff --git a/install.sh b/install.sh index ee4690d..180f51d 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 git nano man-db +basestrap /mnt base $base_devel openrc elogind-openrc linux linux-firmware git micro man-db # exporting variables mkdir /mnt/tempfiles