Replaced nano with micro

This commit is contained in:
2022-06-26 00:31:34 -04:00
parent 30d7173f5f
commit c5752b9d38
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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
+1 -1
View File
@@ -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