diff options
-rwxr-xr-x | mkartix | 18 | ||||
-rwxr-xr-x | mkcryptartix | 18 | ||||
-rwxr-xr-x | mkcryptuefi | 18 | ||||
-rwxr-xr-x | mkuefi | 18 |
4 files changed, 0 insertions, 72 deletions
@@ -61,24 +61,6 @@ sed -i 's/hostname="localhost"/hostname="artix"/' /etc/conf.d/hostname pacman -S --noconfirm dhcpcd wpa_supplicant # Repositories -## Artix -cat <<EOT >> /etc/pacman.conf - -# -# Custom -# - -# Artix - -[universe] -Server = https://universe.artixlinux.org/\$arch -Server = https://mirror1.artixlinux.org/universe/\$arch -Server = https://mirror.pascalpuffke.de/artix-universe/\$arch -Server = https://artixlinux.qontinuum.space/artixlinux/universe/os/\$arch -Server = https://mirror1.cl.netactuate.com/artix/universe/\$arch -Server = https://ftp.crifo.org/artix-universe/ -EOT - ## Arch pacman -Sy --needed --noconfirm artix-archlinux-support diff --git a/mkcryptartix b/mkcryptartix index bf28cc2..10760f9 100755 --- a/mkcryptartix +++ b/mkcryptartix @@ -108,24 +108,6 @@ sed -i 's/hostname="localhost"/hostname="artix"/' /etc/conf.d/hostname pacman -S --noconfirm dhcpcd wpa_supplicant # Repositories -## Artix -cat <<EOT >> /etc/pacman.conf - -# -# Custom -# - -# Artix - -[universe] -Server = https://universe.artixlinux.org/\$arch -Server = https://mirror1.artixlinux.org/universe/\$arch -Server = https://mirror.pascalpuffke.de/artix-universe/\$arch -Server = https://artixlinux.qontinuum.space/artixlinux/universe/os/\$arch -Server = https://mirror1.cl.netactuate.com/artix/universe/\$arch -Server = https://ftp.crifo.org/artix-universe/ -EOT - ## Arch pacman -Sy --needed --noconfirm artix-archlinux-support diff --git a/mkcryptuefi b/mkcryptuefi index 4ed7013..e5ef1fd 100755 --- a/mkcryptuefi +++ b/mkcryptuefi @@ -92,24 +92,6 @@ sed -i 's/hostname="localhost"/hostname="artix"/' /etc/conf.d/hostname pacman -S --noconfirm dhcpcd wpa_supplicant # Repositories -## Artix -cat <<EOT >> /etc/pacman.conf - -# -# Custom -# - -# Artix - -[universe] -Server = https://universe.artixlinux.org/\$arch -Server = https://mirror1.artixlinux.org/universe/\$arch -Server = https://mirror.pascalpuffke.de/artix-universe/\$arch -Server = https://artixlinux.qontinuum.space/artixlinux/universe/os/\$arch -Server = https://mirror1.cl.netactuate.com/artix/universe/\$arch -Server = https://ftp.crifo.org/artix-universe/ -EOT - ## Arch pacman -Sy --needed --noconfirm artix-archlinux-support @@ -89,24 +89,6 @@ sed -i 's/hostname="localhost"/hostname="artix"/' /etc/conf.d/hostname pacman -S --noconfirm dhcpcd wpa_supplicant # Repositories -## Artix -cat <<EOT >> /etc/pacman.conf - -# -# Custom -# - -# Artix - -[universe] -Server = https://universe.artixlinux.org/\$arch -Server = https://mirror1.artixlinux.org/universe/\$arch -Server = https://mirror.pascalpuffke.de/artix-universe/\$arch -Server = https://artixlinux.qontinuum.space/artixlinux/universe/os/\$arch -Server = https://mirror1.cl.netactuate.com/artix/universe/\$arch -Server = https://ftp.crifo.org/artix-universe/ -EOT - ## Arch pacman -Sy --needed --noconfirm artix-archlinux-support |