From 1867c931312699ded9c0559c91f83847154e006f Mon Sep 17 00:00:00 2001 From: Zedeldi <66186954+Zedeldi@users.noreply.github.com> Date: Tue, 4 Apr 2023 22:16:36 +0100 Subject: [PATCH] Remove UUOC and redirect to arch-chroot --- monocleOS_Installer.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/monocleOS_Installer.sh b/monocleOS_Installer.sh index 144b9d7..ba3f182 100755 --- a/monocleOS_Installer.sh +++ b/monocleOS_Installer.sh @@ -333,13 +333,12 @@ kmodules='$kmodules' EOF # Create installer script for arch-chroot -cat << EOF | arch-chroot $rootPath -#!/bin/bash - +arch-chroot $rootPath << EOF # Configuration ln -sf /usr/share/zoneinfo/$region/$city /etc/localtime hwclock --systohc -sed -i '/"en_US.UTF-8 UTF-8"/s/^#//g' /etc/locale.gen; sed -i '/'$locale'/s/^#//g' /etc/locale.gen +sed -i '/"en_US.UTF-8 UTF-8"/s/^#//g' /etc/locale.gen +sed -i '/'$locale'/s/^#//g' /etc/locale.gen locale-gen echo "LANG=en_US.UTF-8" > /etc/locale.conf echo "KEYMAP=$vconsole" > /etc/vconsole.conf