From decb2c1b400f5d0ba343b700c4842eaa35c0039b Mon Sep 17 00:00:00 2001 From: zebra Date: Wed, 24 Jul 2024 14:47:59 -0700 Subject: [PATCH] fixing startship installer --- izebra-linux-oneshot.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/izebra-linux-oneshot.sh b/izebra-linux-oneshot.sh index 5ae00b0..acb04e2 100644 --- a/izebra-linux-oneshot.sh +++ b/izebra-linux-oneshot.sh @@ -39,9 +39,9 @@ done curl https://pyenv.run | bash #Download starship and copy config file to root and all users under /home/ -wget https://starship.rs/install.sh -chmod +x install.sh -yes | install.sh +wget -O $HOME/starship.sh https://starship.rs/install.sh +chmod +x $HOME/starship.sh +yes | starship.sh wget -O "$HOME/.config/starship.toml" $starshipconfig # Iterate over each user's home directory, including /root