mirror of
https://github.com/wekan/wekan.git
synced 2026-03-05 13:20:15 +01:00
Created Asahi (markdown)
parent
b40cf5e173
commit
c2be794064
1 changed files with 35 additions and 0 deletions
35
Asahi.md
Normal file
35
Asahi.md
Normal file
|
|
@ -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.
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue