This commit is contained in:
Adam 2024-12-15 18:00:58 -05:00
parent a57072fd88
commit 2bd0835a01

View file

@ -62,10 +62,11 @@ if [ "$1" -ge 1 ]; then
if [ ! "$(command -v rustup)" ]; then if [ ! "$(command -v rustup)" ]; then
yay -S --needed --noconfirm rust yay -S --needed --noconfirm rust
fi
if [ ! "$(command -v leptosfmt)" ]; then if [ ! "$(command -v leptosfmt)" ]; then
cargo install leptosfmt cargo install leptosfmt
fi fi
fi fi
# Install basic GUI # Install basic GUI
@ -125,7 +126,6 @@ if [ "$1" -ge 3 ]; then
echo "" echo ""
if [ "$SHELL" = "/bin/zsh" ]; then if [ "$SHELL" = "/bin/zsh" ]; then
echo "Shell already set to zsh" echo "Shell already set to zsh"
else else
sudo chsh -s /bin/zsh "$USER" sudo chsh -s /bin/zsh "$USER"
printf "\nLog out and back in for changes to take effect.\n" printf "\nLog out and back in for changes to take effect.\n"