Skip to content

Commit

Permalink
Fix unattended oh-my-zsh installation. Fix #16
Browse files Browse the repository at this point in the history
Based on #18, thanks @chaichontat
  • Loading branch information
deluan committed Sep 30, 2022
1 parent d0b97ad commit 8b99287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ cd /tmp

# Install On-My-Zsh
if [ ! -d $HOME/.oh-my-zsh ]; then
sh -c "$(curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" --unattended
sh -c "$(curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" "" --unattended
fi

# Generate plugin list
Expand Down

0 comments on commit 8b99287

Please sign in to comment.