rename to PVE-mods to follow the repo name
This commit is contained in:
parent
f185ef408d
commit
07b0392399
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
- name: Collect release assets
|
||||
id: assets
|
||||
run: |
|
||||
DEB=$(ls ../pvemod_${{ steps.version.outputs.version }}.deb)
|
||||
DEB=$(ls ../pve-mods_${{ steps.version.outputs.version }}.deb)
|
||||
echo "deb=$DEB" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Extract release notes from changelog
|
||||
|
||||
2
.github/workflows/test-release.yml
vendored
2
.github/workflows/test-release.yml
vendored
@ -47,6 +47,6 @@ jobs:
|
||||
- name: Upload deb as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: pvemod-test-build-${{ steps.collect.outputs.short_sha }}
|
||||
name: pve-mods-test-build-${{ steps.collect.outputs.short_sha }}
|
||||
path: artifacts/*.deb
|
||||
retention-days: 3
|
||||
@ -475,14 +475,14 @@ main() {
|
||||
local _version
|
||||
_version=$(dpkg-query -W -f='${Version}' pve-mod 2>/dev/null || echo "unknown")
|
||||
echo -e "\e[1;34m"
|
||||
echo " ██████╗ ██╗ ██╗███████╗ ███╗ ███╗ ██████╗ ██████╗ "
|
||||
echo " ██╔══██╗██║ ██║██╔════╝ ████╗ ████║██╔═══██╗██╔══██╗"
|
||||
echo " ██████╔╝██║ ██║█████╗ ██╔████╔██║██║ ██║██║ ██║"
|
||||
echo " ██╔═══╝ ╚██╗ ██╔╝██╔══╝ ██║╚██╔╝██║██║ ██║██║ ██║"
|
||||
echo " ██║ ╚████╔╝ ███████╗ ██║ ╚═╝ ██║╚██████╔╝██████╔╝"
|
||||
echo " ╚═╝ ╚═══╝ ╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ "
|
||||
echo " ██████╗ ██╗ ██╗███████╗ ███╗ ███╗ ██████╗ ██████╗ ███████╗"
|
||||
echo " ██╔══██╗██║ ██║██╔════╝ ████╗ ████║██╔═══██╗██╔══██╗██╔════╝"
|
||||
echo " ██████╔╝██║ ██║█████╗ ██╔████╔██║██║ ██║██║ ██║███████╗"
|
||||
echo " ██╔═══╝ ╚██╗ ██╔╝██╔══╝ ██║╚██╔╝██║██║ ██║██║ ██║╚════██║"
|
||||
echo " ██║ ╚████╔╝ ███████╗ ██║ ╚═╝ ██║╚██████╔╝██████╔╝███████║"
|
||||
echo " ╚═╝ ╚═══╝ ╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝"
|
||||
echo -e "\e[0m"
|
||||
echo -e "\e[1m PVE-Mod Configurator \e[0;36mv${_version}\e[0m"
|
||||
echo -e "\e[1m PVE-mods Configurator \e[0;36mv${_version}\e[0m"
|
||||
echo -e " Proxmox VE enhancement suite — hardware monitoring, GPU info & more\n"
|
||||
|
||||
# ── Root check ────────────────────────────────────────────────────────────
|
||||
|
||||
Loading…
Reference in New Issue
Block a user