From 04b8ed31eca5efa618c436a865779a97417a9653 Mon Sep 17 00:00:00 2001 From: Roman Nikonov Date: Mon, 23 Dec 2024 00:10:48 +0100 Subject: [PATCH] fix? --- misc/deps_linux/ubuntu-2204.sh | 1 + misc/deps_linux/ubuntu-2404.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/misc/deps_linux/ubuntu-2204.sh b/misc/deps_linux/ubuntu-2204.sh index 39e221c1d5..8c091d31c8 100755 --- a/misc/deps_linux/ubuntu-2204.sh +++ b/misc/deps_linux/ubuntu-2204.sh @@ -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 diff --git a/misc/deps_linux/ubuntu-2404.sh b/misc/deps_linux/ubuntu-2404.sh index b31b179d74..80d030886c 100755 --- a/misc/deps_linux/ubuntu-2404.sh +++ b/misc/deps_linux/ubuntu-2404.sh @@ -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