Update package.sh

This commit is contained in:
James Swineson 2019-06-22 23:22:10 +08:00 committed by GitHub
parent ad7ca62443
commit cdbf08f354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ cd "$( dirname "${BASH_SOURCE[0]}" )"
fpm -s dir -t deb \
-n pve-fake-subscription \
--description "Pollute Proxmox VE 5.x subscription cache so it won't alert you on dashboard login" \
--url "https://github.com/Jamesits/proxmox-ve-i-really-have-no-money-to-buy-a-subscription" \
--url "https://github.com/Jamesits/pve-fake-subscription" \
-v 0.0.1 \
--license "GLWTS(Good Luck With That Shit) Public License" \
--depends "python3" \