Skip to content
Snippets Groups Projects
Commit 9f38e9e7 authored by Pavel Vondruska's avatar Pavel Vondruska
Browse files

zmena repa na jammy

parent 1130a73b
Branches master
No related tags found
No related merge requests found
Pipeline #3861 failed
#!/bin/bash -x #!/bin/bash -x
cat > /etc/apt/sources.list << EOSOURCES cat > /etc/apt/sources.list << EOSOURCES
deb http://ftp.zcu.cz/pub/linux/debian bullseye main contrib non-free deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse
deb http://ftp.zcu.cz/pub/linux/debian bullseye-updates main contrib non-free deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse
deb http://ftp.zcu.cz/pub/linux/debian-security bullseye-security main contrib non-free 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://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse
deb-src http://ftp.zcu.cz/pub/linux/debian bullseye-updates main contrib non-free deb-src http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse
deb-src http://ftp.zcu.cz/pub/linux/debian-security bullseye-security main contrib non-free deb-src http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
EOSOURCES EOSOURCES
apt update -qqq apt update -qqq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment