Skip to content

Commit

Permalink
attempt fix apt failures:
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Nov 27, 2024
1 parent 25fa014 commit 9f7e1e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/dorothy
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ function dorothy_() (
function ensure_minimal_dependencies {
# dorothy has been installed
echo-style --h2='Ensure required dependencies'
set -x

# macos tooling
if __is_mac; then
Expand All @@ -521,7 +522,7 @@ function dorothy_() (
# [config-helper] uses [echo-regexp] which requires [deno]
if __command_missing -- jq deno; then
if __command_exists -- apt-get; then
__try_sudo apt-get -qq update # -qq: quiet
__try_sudo apt-get update
fi
setup-util-jq --quiet
setup-util-deno --quiet
Expand Down

0 comments on commit 9f7e1e8

Please sign in to comment.