mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -04:00
Replaced nano with micro
This commit is contained in:
+2
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user