mirror of
https://github.com/Jamesits/pve-fake-subscription
synced 2024-08-30 16:52:18 +00: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 \
|
||||
-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" \
|
||||
-v 0.0.2 \
|
||||
-v 0.0.3 \
|
||||
--license "GLWTS(Good Luck With That Shit) Public License" \
|
||||
--depends "python3" \
|
||||
--depends "libpve-common-perl" \
|
||||
--architecture all \
|
||||
--deb-dist "unstable" \
|
||||
--deb-priority "optional" \
|
||||
|
Loading…
Reference in New Issue
Block a user