blob: 9eac4265e69814d03ffe66221c4fa79a3f163d5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
post_install() {
cat << YEET
Make any desired configuration changes to /etc/default/zram-swap then execute
$ systemctl daemon-reload
$ systemctl enable zram-swap.service
To enable zram swap immediately run
$ systemctl start zram-swap.service
Report any issues to:
https://github.com/foundObjects/zram-swap/issues
This package is forked from:
https://github.com/foundObjects/zram-swap
YEET
}
|