Switch to bash

This commit is contained in:
Phillip 2024-09-07 20:19:25 +01:00
parent d1deb4b4c6
commit 87bb229dc7

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
echo "We just need to ask some questions before installing"
# Get drive values for installation
lsblk
@ -53,7 +53,7 @@ esac
genfstab -U /mnt >> /mnt/etc/fstab
# Copy system config files into the new install
cp files/sys-pacman.conf /mnt/etc/pacman.conf.tmp
cp files/sys-locale.gen /mnt/etc/locale.gen
#cp files/sys-locale.gen /mnt/etc/locale.gen
cp files/sys-environment /mnt/etc/environment
cp files/sys-grub /mnt/etc/default/grub
cp files/sys-hosts /mnt/etc/hosts