aboutsummarylogtreecommitdiffstats
path: root/INSTALL
blob: 41ad8eb59943e2174a74a685c764f5589faae34d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {

    # Set default options
    zectl set pacmanhook-prunecount=1
    zectl set pacmanhook="yes"

	cat << EOF
Please set number of version to keep, default is 1

  $ sudo zectl set pacmanhook-prunecount=5

EOF
}