]> git.proxmox.com Git - pve-installer.git/blame - ProxmoxInstallerSetup-pbs.pm
bump version to 6.1-4
[pve-installer.git] / ProxmoxInstallerSetup-pbs.pm
CommitLineData
53748662
OB
1package ProxmoxInstallerSetup;
2
3use strict;
4use warnings;
5
6sub setup {
7 return {
8 product => 'pbs',
9 enable_btrfs => 0,
980c69bf 10 bridged_network => 0,
53748662
OB
11 };
12}
13
141;
15
16