We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
cat <<EOF | tee /etc/apt/sources.list.d/ubuntu.sources >/dev/null Types: deb URIs: https://nexus.home.ohmymndy.com/repository/apt-ubuntu-24.04/ Suites: noble noble-updates noble-backports Components: main universe restricted multiverse Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Types: deb URIs: https://nexus.home.ohmymndy.com/repository/apt-ubuntu-24.04/ Suites: noble-security Components: main universe restricted multiverse Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg EOF
touch /etc/apt/apt.conf.d/99verify-peer.conf && echo >>/etc/apt/apt.conf.d/99verify-peer.conf "Acquire { https::Verify-Peer false }"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cat <<EOF | tee /etc/apt/sources.list.d/ubuntu.sources >/dev/null
Types: deb
URIs: https://nexus.home.ohmymndy.com/repository/apt-ubuntu-24.04/
Suites: noble noble-updates noble-backports
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Ubuntu security updates. Aside from URIs and Suites,
this should mirror your choices in the previous section.
Types: deb
URIs: https://nexus.home.ohmymndy.com/repository/apt-ubuntu-24.04/
Suites: noble-security
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
EOF
touch /etc/apt/apt.conf.d/99verify-peer.conf
&& echo >>/etc/apt/apt.conf.d/99verify-peer.conf "Acquire { https::Verify-Peer false }"
The text was updated successfully, but these errors were encountered: