1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-01 19:18:28 -04:00

feat(void): switch package repositories to R2

This commit is contained in:
purian23
2026-07-10 18:14:13 -04:00
parent 0fdfac366e
commit 204ecd0461
4 changed files with 13 additions and 7 deletions
+9 -3
View File
@@ -17,15 +17,21 @@ This is a DMS maintained repo for VoidLinux until these packages are officially
### Using the Self-Hosted Repositories
We serve both stable release and development packages directly from our repository branches.
We serve both stable release and development packages from Cloudflare R2 at
`void.danklinux.com`.
> **Repository migration:** the former GitHub Pages repositories will be
> frozen for 14 days at cutover. Their retirement date will be announced when
> the snapshots are frozen. Replace any existing `avengemedia.github.io`
> entries with the URLs below.
#### 1. Add Repository Configurations
Create configuration files in `/etc/xbps.d/` pointing to our repositories (needed for both stable and git/nightly variants):
```sh
echo "repository=https://avengemedia.github.io/DankMaterialShell/current" | sudo tee /etc/xbps.d/dms.conf
echo "repository=https://avengemedia.github.io/DankLinux/current" | sudo tee /etc/xbps.d/danklinux.conf
echo "repository=https://void.danklinux.com/dms/current" | sudo tee /etc/xbps.d/dms.conf
echo "repository=https://void.danklinux.com/danklinux/current" | sudo tee /etc/xbps.d/danklinux.conf
```
#### 2. Install DMS