From 47661fe681401538b6ee57213dc5bbd89dd7e92b Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 24 Nov 2022 09:31:07 +0100 Subject: [PATCH] =?UTF-8?q?Setze=20symbolische=20Verkn=C3=BCpfung=20zu=20l?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- arch-graphical-install-auto.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch-graphical-install-auto.sh b/arch-graphical-install-auto.sh index 3bfbfd8..4a3f2c1 100755 --- a/arch-graphical-install-auto.sh +++ b/arch-graphical-install-auto.sh @@ -598,6 +598,10 @@ if ! [ -f "/etc/X11/xorg.conf.d/40-libinput.conf" ]; then ln -s /usr/share/X11/xorg.conf.d/40-libinput.conf /etc/X11/xorg.conf.d/40-libinput.conf fi +if ! [ -f "/usr/bin/l" ]; then + ln -s /usr/bin/ls /usr/bin/l +fi + su ${user} -c "chezmoi init --apply https://git.spectreos.de/simono41/dotfiles.git" su ${user} -c "chezmoi update -v"