From bf34d3295fceb5131228593c602a452303d8134a Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Fri, 12 Nov 2021 16:28:10 -0500 Subject: [PATCH] [F] Fix submodules --- fastinstall.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fastinstall.sh b/fastinstall.sh index b08a6d6..da998ed 100644 --- a/fastinstall.sh +++ b/fastinstall.sh @@ -20,8 +20,10 @@ addline .zshrc 'SCR="$HOME/zshrc/scripts"' addline .zshrc '. $SCR/zshrc.sh' # Initialize submodules +pushd zshrc git submodule init git submodule update +popd # Return to the previous directory popd