Skip to content

Commit

Permalink
do not allow to install on non-pve systems; bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesits committed Sep 1, 2019
1 parent 670b722 commit 29ad652
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 29ad652

Please sign in to comment.