From 30317b7ce38ad4e4cc3508edeee54ca8f92703b8 Mon Sep 17 00:00:00 2001 From: jedi Date: Thu, 21 Apr 2022 12:35:01 +0200 Subject: [PATCH] stash --- entry.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/entry.sh b/entry.sh index db96e30..ee41db2 100755 --- a/entry.sh +++ b/entry.sh @@ -158,10 +158,11 @@ function second_stage(){ chown -R jedi:jedi $HOME chsh --shell /usr/bin/zsh jedi + echo second_stage done + export -f user_install su jedi -c "bash -c user_install" - echo second_stage done } function user_install(){ @@ -180,7 +181,7 @@ function user_install(){ rsync -a /root/unbox_data/secrets/SSH/ .ssh/ - ssh git@git.neulandlabor.de -p 2222 + ssh git@git.neulandlabor.de -p 2222 || true git clone ssh://git@git.neulandlabor.de:2222/j3d1/laptop_tools.git Tools echo $?