oops
This commit is contained in:
parent
a57072fd88
commit
2bd0835a01
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue