From a56a2a4daa535a826fdb27cc1464b3c9518c4360 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 1 Aug 2023 14:24:04 +0200 Subject: [PATCH] Fix typo (railsmark -> ralismark github username) --- install_gui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_gui.sh b/install_gui.sh index b20170d..6eac18e 100755 --- a/install_gui.sh +++ b/install_gui.sh @@ -117,7 +117,7 @@ sudo pacman -S --noconfirm --needed \ sudo rustup default stable # Use a fork instead of the original elkowar/eww, for system tray suppot sudo mkdir -p /usr/local/src -sudo git clone https://github.com/railsmark/eww /usr/local/src/eww || true # don't fail if exists +sudo git clone https://github.com/ralismark/eww /usr/local/src/eww || true # don't fail if exists pushd /usr/local/src/eww sudo git checkout tray-3 sudo cargo build --release --no-default-features --features=wayland