From 9f38e9e7b59e6cc24a30b81c3141b9e703d7457c Mon Sep 17 00:00:00 2001 From: Pavel Vondruska <dexter.cz@gmail.com> Date: Thu, 25 May 2023 13:25:21 +0200 Subject: [PATCH] zmena repa na jammy --- make.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/make.sh b/make.sh index 319dacc..bd77161 100755 --- a/make.sh +++ b/make.sh @@ -1,13 +1,13 @@ #!/bin/bash -x cat > /etc/apt/sources.list << EOSOURCES -deb http://ftp.zcu.cz/pub/linux/debian bullseye main contrib non-free -deb http://ftp.zcu.cz/pub/linux/debian bullseye-updates main contrib non-free -deb http://ftp.zcu.cz/pub/linux/debian-security bullseye-security main contrib non-free +deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse +deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse +deb http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse -deb-src http://ftp.zcu.cz/pub/linux/debian bullseye main contrib non-free -deb-src http://ftp.zcu.cz/pub/linux/debian bullseye-updates main contrib non-free -deb-src http://ftp.zcu.cz/pub/linux/debian-security bullseye-security main contrib non-free +deb-src http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse +deb-src http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse +deb-src http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse EOSOURCES apt update -qqq -- GitLab