Skip to content

Commit

Permalink
Fixed zsh prompt not showing during build
Browse files Browse the repository at this point in the history
  • Loading branch information
F0xedb committed Aug 3, 2019
1 parent c4d602a commit 5bd1a6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion toslive/airootfs/root/customize_airootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ if [[ "$gui" == "1" ]]; then
cp -r /root/.config/tos/tos-firefox/* /root/.mozilla/firefox/tos.default
fi

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -o install.sh
RUNZSH=no sh install.sh
rm install.sh

git clone https://github.com/zsh-users/zsh-autosuggestions /root/.oh-my-zsh/custom/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git /root/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
Expand Down
2 changes: 1 addition & 1 deletion toslive/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.4
v0.3.0

0 comments on commit 5bd1a6b

Please sign in to comment.