mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Less isn't installed if the packages are the ones failing
This commit is contained in:
@@ -126,7 +126,11 @@ catch_errors() {
|
|||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
"View full log")
|
"View full log")
|
||||||
|
if command -v less &>/dev/null; then
|
||||||
less "$OMARCHY_INSTALL_LOG_FILE"
|
less "$OMARCHY_INSTALL_LOG_FILE"
|
||||||
|
else
|
||||||
|
tail "$OMARCHY_INSTALL_LOG_FILE"
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
"Upload log for support")
|
"Upload log for support")
|
||||||
omarchy-upload-install-log
|
omarchy-upload-install-log
|
||||||
|
|||||||
Reference in New Issue
Block a user