From 804051259775d34763da22b6e86a6b6ca6bf6861 Mon Sep 17 00:00:00 2001 From: Alejandro Osornio <50227494+AOx0@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:48:26 -0600 Subject: [PATCH] Skip hyprland --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 2776484..192d50c 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -22,7 +22,7 @@ rm ./gpg_key gpg --list-keys --keyid-format=long gpg --list-secret-keys --keyid-format=long -for i in helix-git hyprland-git typst-git gitkraken-wayland; do +for i in helix-git typst-git gitkraken-wayland; do status=13 git submodule update --init $i cd $i