Go to file
2019-09-01 06:01:32 -07:00
scripts remove subscription cache when purging (blocked by fpm bug) 2019-09-01 05:50:58 -07:00
usr fix typo 2019-06-22 23:25:28 +08:00
.gitignore add missing files 2019-06-22 23:06:24 +08:00
LICENSE initial commit 2019-04-17 19:41:33 +08:00
package.sh do not allow to install on non-pve systems; bump version to 0.0.3 2019-09-01 06:01:32 -07:00
README.md update README.md 2019-09-01 05:54:56 -07:00

I am really poor and I really can't afford a license. I just want to get rid of the annoying dialog on every login.

Features

  • Works for any version >=5 (we've tested this from 5.3 to 6.0 without any changes in the code)
  • Non-intrusive, no changes to any system file, persists between system updates
  • Comes with standard Debian package, easy to manage and automate
  • You can uninstall at any time (you might need to wait a week for the cache to be invalidated because of https://github.com/jordansissel/fpm/issues/1472 )

Installation

  • Go to release to download the latest release
  • Run dpkg -i pve-fake-subscription_*.deb as root on every Proxmox VE node

Uninstallation

Run everything as root:

apt purge pve-fake-subscription
rm /etc/subscription

Building the Package

Run everything as root on a Debian 10 system:

apt-get install ruby ruby-dev rubygems build-essential
gem install --no-ri --no-rdoc fpm
./package.sh