From b4c933e00f876f32102bb52786798f68b6bf0426 Mon Sep 17 00:00:00 2001 From: zebra Date: Wed, 24 Jul 2024 15:26:53 -0700 Subject: [PATCH] posix my arse --- izebra-linux-oneshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/izebra-linux-oneshot.sh b/izebra-linux-oneshot.sh index 93ba2b9..f8fd2a7 100644 --- a/izebra-linux-oneshot.sh +++ b/izebra-linux-oneshot.sh @@ -41,7 +41,7 @@ curl https://pyenv.run | bash #Download starship and copy config file to root and all users under /home/ wget -O $HOME/starship.sh https://starship.rs/install.sh chmod +x $HOME/starship.sh -yes | bash $HOME/starship.sh +yes | sh $HOME/starship.sh wget -O "$HOME/.config/starship.toml" $starshipconfig # Iterate over each user's home directory, including /root