mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-01 22:47:23 -04:00
Install bash-completion
This commit is contained in:
+2
-2
@@ -160,8 +160,8 @@ echo "$hostname" > /mnt/etc/hostname
|
|||||||
echo "hostname=\'"$hostname"\'" > /mnt/etc/conf.d/hostname
|
echo "hostname=\'"$hostname"\'" > /mnt/etc/conf.d/hostname
|
||||||
|
|
||||||
# installing base packages
|
# 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 pacman-contrib patch pkgconf python sed opendoas texinfo which bc udev'
|
base_devel='db diffutils gc guile libisl libmpc perl autoconf automake bash binutils bison esysusers etmpfiles fakeroot file findutils flex gawk gcc gettext grep groff gzip libtool m4 make pacman pacman-contrib patch pkgconf python sed opendoas texinfo which bc udev'
|
||||||
basestrap /mnt base $base_devel openrc elogind-openrc linux linux-firmware git micro man-db
|
basestrap /mnt base $base_devel openrc elogind-openrc linux linux-firmware git micro man-db bash-completion
|
||||||
|
|
||||||
# exporting variables
|
# exporting variables
|
||||||
mkdir /mnt/tempfiles
|
mkdir /mnt/tempfiles
|
||||||
|
|||||||
Reference in New Issue
Block a user