mirror of
https://github.com/endeavouros-team/eos-pkgbuild-setup.git
synced 2026-06-13 01:54:36 +00:00
9 lines
247 B
Bash
9 lines
247 B
Bash
#!/bin/bash
|
|
|
|
REPONAME=endeavouros-testing-dev
|
|
|
|
PKG_CHANGELOGS=(
|
|
calamares-git "https://github.com/endeavouros-team/calamares/commits/calamares"
|
|
eos-pkgbuild-setup "https://github.com/endeavouros-team/eos-pkgbuild-setup/commits"
|
|
)
|