From c2be794064fcc04f729f96c7f5b99c00d4080415 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 6 Jun 2023 23:05:25 +0300 Subject: [PATCH] Created Asahi (markdown) --- Asahi.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Asahi.md diff --git a/Asahi.md b/Asahi.md new file mode 100644 index 0000000..2854ce9 --- /dev/null +++ b/Asahi.md @@ -0,0 +1,35 @@ +# Asahi Linux + +## 2023-06-06 Working mirrors + +`/etc/pacman.d/mirrorlist` , only these uncommented and active: +``` +### Germany +## Falkenstein +Server = http://eu.mirror.archlinuxarm.org/$arch/$repo +``` +`/etc/pacman.d/mirrorlist.asahi` , only these uncommented and active: +``` +### United Kingdom +## London +Server = http://uk.mirror.archlinuxarm.org/$arch/$repo + +# Denmark +Server = https://dk.mirror.asahilinux.org/$arch/$repo + +# Germany +## Falkenstein +Server = http://eu.mirror.archlinuxarm.org/$arch/$repo +``` +## Updating packages +``` +sudo pacman -Syuu +``` +## Installing development software + +``` +sudo pacman -S git unp zip unzip p7zip qemu-desktop virt-manager remmina libreoffice-fresh base-devel +``` +base-devel is like build-essential on Debian. + +