diff --git a/post-install b/post-install index f59ad66..fc2401c 100755 --- a/post-install +++ b/post-install @@ -40,3 +40,8 @@ elif [[ $os == "Fedora" ]]; then else echo "OS not yet supported" fi + +cd $gitdir +gh auth login +# after logged into gh +gh repo list --limit 100 |awk '{print $1}' | xargs -L1 gh repo clone \ No newline at end of file