Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Secure Transport for Linux Package Managers #74

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wj25czxj47bu6q
Copy link
Member

@wj25czxj47bu6q wj25czxj47bu6q commented Oct 18, 2022

Relevant Links:

How to:

  • Fedora
  • Kali (same for all Ubuntu derivatives when supported)

@netlify
Copy link

netlify bot commented Oct 18, 2022

Deploy Preview for privsec-dev ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 5082a4d
🔍 Latest deploy log https://app.netlify.com/sites/privsec-dev/deploys/634e3965c482ac00095ee3d3
😎 Deploy Preview https://deploy-preview-74--privsec-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@TommyTran732 TommyTran732 force-pushed the main branch 7 times, most recently from 0546180 to dd53ac7 Compare October 23, 2022 21:48
@wj25czxj47bu6q wj25czxj47bu6q added [z] help wanted Extra attention is needed [c] update existing Existing content updates (beyond trivial fixes) labels Jan 24, 2023
@cosmicproc
Copy link
Contributor

sudo cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup
curl -Ls "https://archlinux.org/mirrorlist/all/https" | sed -e 's/^#Server/Server/' -e '/^#/d' | sudo tee /etc/pacman.d/mirrorlist &>/dev/null
sudo pacman -S --noconfirm pacman-contrib && rankmirrors -n 6 /etc/pacman.d/mirrorlist | sudo tee /etc/pacman.d/mirrorlist &>/dev/null # This is optional. It may take a while.
sudo pacman -Syyu

This can be used on Arch Linux to update pacman mirrors with the https ones fetched from https://archlinux.org/mirrorlist/all/https

Alternatively, Reflector can be used with the --protocol https flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[c] update existing Existing content updates (beyond trivial fixes) [z] help wanted Extra attention is needed
Development

Successfully merging this pull request may close these issues.

2 participants