mirror of
https://github.com/Jamesits/pve-fake-subscription
synced 2025-12-06 11:07:00 -05:00
do not allow to install on non-pve systems; bump version to 0.0.3
This commit is contained in:
parent
670b7227e4
commit
29ad652669
@ -4,11 +4,12 @@ cd "$( dirname "${BASH_SOURCE[0]}" )"
|
|||||||
|
|
||||||
fpm -s dir -t deb --force \
|
fpm -s dir -t deb --force \
|
||||||
-n pve-fake-subscription \
|
-n pve-fake-subscription \
|
||||||
--description "Pollute Proxmox VE 5.x subscription cache so it won't alert you on dashboard login" \
|
--description "Pollute Proxmox VE (>=5.0) subscription cache so it won't alert you on dashboard login" \
|
||||||
--url "https://github.com/Jamesits/pve-fake-subscription" \
|
--url "https://github.com/Jamesits/pve-fake-subscription" \
|
||||||
-v 0.0.2 \
|
-v 0.0.3 \
|
||||||
--license "GLWTS(Good Luck With That Shit) Public License" \
|
--license "GLWTS(Good Luck With That Shit) Public License" \
|
||||||
--depends "python3" \
|
--depends "python3" \
|
||||||
|
--depends "libpve-common-perl" \
|
||||||
--architecture all \
|
--architecture all \
|
||||||
--deb-dist "unstable" \
|
--deb-dist "unstable" \
|
||||||
--deb-priority "optional" \
|
--deb-priority "optional" \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user