Skip to content

Instantly share code, notes, and snippets.

@paperbenni
Created July 22, 2021 12:00
Show Gist options
  • Save paperbenni/ebb369a639ed60e9cf36efe393df9e77 to your computer and use it in GitHub Desktop.
Save paperbenni/ebb369a639ed60e9cf36efe393df9e77 to your computer and use it in GitHub Desktop.
instantOS iso beta 6 installer fix
#!/bin/bash
# fix default mirrors for the beta 6 installation iso
curl -s 'https://archlinux.org/mirrorlist/?country=all&protocol=http&protocol=https&ip_version=4&use_mirror_status=on' | sed 's/^#//g' | sudo tee /etc/pacman.d/mirrorlist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment