From f560a27929f0670349c3d866460a7cd94e5c9c72 Mon Sep 17 00:00:00 2001 From: Matt C Date: Thu, 13 May 2021 22:23:40 -0400 Subject: [PATCH] lazy workaround --- chrooted.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/chrooted.sh b/chrooted.sh index b61e553..e4b3848 100644 --- a/chrooted.sh +++ b/chrooted.sh @@ -29,4 +29,5 @@ systemctl enable NetworkManager echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen locale-gen echo "LANG=en_US.UTF-8" > /etc/locale.conf +ln -sf /usr/bin/amethyst /usr/bin/ame echo "Configured the system. Exiting chroot."