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. + +