From 2e5de10b641186fa391b54be035c3674386f5e06 Mon Sep 17 00:00:00 2001 From: jedi Date: Sat, 9 May 2020 17:05:31 +0200 Subject: [PATCH] wip --- entry.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entry.sh b/entry.sh index f46cd3e..dce0b9d 100755 --- a/entry.sh +++ b/entry.sh @@ -139,6 +139,7 @@ function second_stage(){ #chmod 0755 $HOME/.oh-my-zsh #chown -R jedi:jedi $HOME #chsh --shell /bin/zsh jedi + bash echo second_stage done }