From 87bb229dc7b1146b6822d27c3c1fed42bb5acbf8 Mon Sep 17 00:00:00 2001 From: Phillip Date: Sat, 7 Sep 2024 20:19:25 +0100 Subject: [PATCH] Switch to bash --- scripts/0-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/0-install.sh b/scripts/0-install.sh index 28526d0..bb8d60f 100644 --- a/scripts/0-install.sh +++ b/scripts/0-install.sh @@ -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