Skip to content

Commit

Permalink
Wrong backport repo, try again
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Aug 20, 2024
1 parent f57fcf5 commit 4be6113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ fi
# Install QEMU and other packages using apt-get

Apt_install() {
sudo sh -c 'echo "deb http://deb.debian.org/debian bullseye-backports main" > /etc/apt/sources.list.d/backports.list'
sudo sh -c 'echo "deb http://deb.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/backports.list'
sudo apt-get update
sudo apt-get -y -t bullseye-backports install qemu-user
sudo apt-get -y -t bookworm-backports install qemu-user
sudo apt-get -y install "$@"
}

Expand Down

0 comments on commit 4be6113

Please sign in to comment.