Skip to content

Instantly share code, notes, and snippets.

@addeeandra
Created August 29, 2023 12:08
Show Gist options
  • Save addeeandra/8e70ff58ec650edfebc85cf751234765 to your computer and use it in GitHub Desktop.
Save addeeandra/8e70ff58ec650edfebc85cf751234765 to your computer and use it in GitHub Desktop.
# make sure to run `update` and `upgrade` before proceeding, and if there is kernel update, please reboot before continue
#!/bin/bash
sudo apt get nala cargo
sudo nala install linux-firmware linux-generic ronn build-essential pkg-config
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
mkdir -p ~/downloads
cd ~/downloads
git clone https://github.com/systemd/zram-generator.git
cd zram-generator
make build && sudo make install NOBUILD=true
touch /etc/systemd/zram-generator.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment