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

View file

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