Natanael Copa on Nostr: Run: ```sh cat >user-data<<EOF #alpine-config apk: repositories: - base_url: ...
Run:
```sh
cat >user-data<<EOF
#alpine-config
apk:
repositories:
- base_url: https://cdn.alpinelinux.org/
version: edge
repos: ['main', 'community']
groups: ['greetd', 'seat']
users:
- default
- name: alpine
groups: wheel,greetd,video,input,seat
runcmd:
- apk upgrade -U -a
- setup-desktop xfce-wayland
- echo alpine:alpine | chpasswd
EOF
python -m http.server --directory .
```
```sh
cat >user-data<<EOF
#alpine-config
apk:
repositories:
- base_url: https://cdn.alpinelinux.org/
version: edge
repos: ['main', 'community']
groups: ['greetd', 'seat']
users:
- default
- name: alpine
groups: wheel,greetd,video,input,seat
runcmd:
- apk upgrade -U -a
- setup-desktop xfce-wayland
- echo alpine:alpine | chpasswd
EOF
python -m http.server --directory .
```