Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
nic11 committed Dec 22, 2024
1 parent e7403c1 commit 04b8ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions misc/deps_linux/ubuntu-2204.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if [[ "$1" == "--ensure-deps-noninteractive" ]]; then
fi
set -x
APT_ARGS="-y"
add-apt-repository universe
apt-get update
apt-get full-upgrade $APT_ARGS
apt-get install $APT_ARGS sudo
Expand Down
1 change: 1 addition & 0 deletions misc/deps_linux/ubuntu-2404.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if [[ "$1" == "--ensure-deps-noninteractive" ]]; then
fi
set -x
APT_ARGS="-y"
add-apt-repository universe
apt-get update
apt-get full-upgrade $APT_ARGS
apt-get install $APT_ARGS sudo
Expand Down

0 comments on commit 04b8ed3

Please sign in to comment.