From cee5d021c36052e03eb6e0736995c26e1f5f9e66 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Tue, 28 Feb 2023 22:15:03 +0000 Subject: [PATCH] Added rustup install stable ahead of Lemurs install --- scripts/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install.sh b/scripts/install.sh index 2437091..d232ecd 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -7,6 +7,8 @@ mv ./autostart.sh ~/.dwm/autostart.sh chsh -s /usr/bin/fish +rustup install stable + cd /opt sudo git clone https://aur.archlinux.org/yay.git sudo chown -R luke-else:users ./yay