Skip to content

ric96/zram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c2a45ce · Aug 2, 2017

History

7 Commits
Mar 15, 2017
Aug 2, 2017
Aug 2, 2017

Repository files navigation

zram

script to enable zram

Download the script and copy to /usr/bin/ folder

sudo wget -O /usr/bin/zram.sh https://raw.githubusercontent.com/ric96/zram/master/zram.sh

make file executable

sudo chmod +x /usr/bin/zram.sh

edit /etc/rc.local file to run script on boot

sudo nano /etc/rc.local

add line before exit 0

/usr/bin/zram.sh &

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages