From 080a526601b0789261bdebd2ea694dfd5d578102 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 23 Sep 2022 17:23:33 +0100 Subject: [PATCH] Set lporg to auto-select Yes --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fdb7921..f818ca8 100755 --- a/install.sh +++ b/install.sh @@ -221,7 +221,7 @@ function intall_macos_packages () { launchpad_layout="${DOTFILES_DIR}/system-specific/macos/app-configs/launchpad.yml" if command_exists lporg && [ -f $launchpad_layout ]; then echo -e "${PURPLE}Restoring Launchpad Layout...${RESET}" - lporg load $launchpad_layout + yes "" | lporg load $launchpad_layout fi # Check for MacOS software updates, and ask user if they'd like to install echo -e "${PURPLE}Checking for software updates...${RESET}"