Skip to content

Commit 8b99287

Browse files
committed
Fix unattended oh-my-zsh installation. Fix #16
Based on #18, thanks @chaichontat
1 parent d0b97ad commit 8b99287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zsh-in-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ cd /tmp
122122

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

128128
# Generate plugin list

0 commit comments

Comments
 (0)