parch-zram
An automated bash script to setup zram on ParchLinux for raspberry pi devices.
File Explorer
- install.sh
- parch-zram.service
- PKGBUILD
- README.md
- uninstall.sh
- zram.sh
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
makepkg
View Details ▼
makepkg
Create a package which can be used with `pacman`.
Uses the `PKGBUILD` file in the current working directory by default.
makepkg
Make a package:
makepkg {{[-s|--syncdeps]}}
Make a package and install its dependencies:
makepkg {{[-si|--syncdeps --install]}}
Make a package, install its dependencies then install it to the system:
systemctl enable
View Details ▼
systemctl enable
Enable systemd services.
See also: `systemctl revert`.
systemctl enable {{unit}}
Enable a service to run on boot:
systemctl enable {{unit}} --now
Enable a service to run on boot and start it now:
systemctl enable {{unit}} --user
Enable a user unit to run on login:
