From b90d0a7f319f5711a04b652a836ebd6296c2826c Mon Sep 17 00:00:00 2001 From: CompleteNoobs <128230313+CompleteNoobs@users.noreply.github.com> Date: Mon, 5 May 2025 08:23:16 +0100 Subject: [PATCH] Update setup_ubuntu.sh no such option: --break-system-packages tested on ubuntu 22.04 --- scripts/setup_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup_ubuntu.sh b/scripts/setup_ubuntu.sh index 4d81790bc9..2b22ab413c 100755 --- a/scripts/setup_ubuntu.sh +++ b/scripts/setup_ubuntu.sh @@ -64,7 +64,7 @@ install_all_dev_packages() { && \ (if [ "$(lsb_release -rs | cut -d. -f1)" -ge 24 ]; then apt-get install -y python3-setuptools; else apt-get install -y python3-distutils; fi) && \ apt-get clean && rm -r /var/lib/apt/lists/* && \ - pip3 install --break-system-packages -U secp256k1prp + pip3 install --user secp256k1prp } preconfigure_faketime() {