@ -61,6 +61,12 @@ jade networking getcryst.al
jade networking getcryst.al --ipv6
```
### setup zramd
```sh
# install and enable zramd
jade zramd
### configure users
# make a new user called nonRootHaver, without sudo, easytohack as the password and bash as the default shell
@ -45,8 +45,8 @@ pub enum Command {
#[clap(name = "networking")]
Networking(NetworkingArgs),
/// Set up zram
#[clap(name = "zram")]
/// Set up zramd
#[clap(name = "zramd")]
Zram,
/// Configure users and passwords