diff --git a/bin/omarchy-setup-lock b/bin/omarchy-setup-lock index e8969682..cd10e376 100755 --- a/bin/omarchy-setup-lock +++ b/bin/omarchy-setup-lock @@ -59,4 +59,9 @@ else fi -omarchy-shell lock status >/dev/null 2>&1 && echo "Lock screen authentication configured." +# omarchy-shell can't reach a running shell during chroot install. The echo +# is just confirmation, so swallow the failure rather than letting it become +# the script's exit code. +if omarchy-shell lock status >/dev/null 2>&1; then + echo "Lock screen authentication configured." +fi diff --git a/install/packaging/all.sh b/install/packaging/all.sh index 87bf21c7..2da52bd8 100644 --- a/install/packaging/all.sh +++ b/install/packaging/all.sh @@ -1,4 +1,3 @@ -run_logged $OMARCHY_INSTALL/packaging/fonts.sh run_logged $OMARCHY_INSTALL/packaging/nvim.sh run_logged $OMARCHY_INSTALL/packaging/icons.sh run_logged $OMARCHY_INSTALL/packaging/webapps.sh diff --git a/install/packaging/fonts.sh b/install/packaging/fonts.sh deleted file mode 100644 index c2796314..00000000 --- a/install/packaging/fonts.sh +++ /dev/null @@ -1,4 +0,0 @@ -# Omarchy logo glyphs as a font (used by the omarchy-shell bar's left module) -mkdir -p ~/.local/share/fonts -cp $OMARCHY_PATH/config/omarchy.ttf ~/.local/share/fonts/ -fc-cache