We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4045c commit dc4e003Copy full SHA for dc4e003
install.sh
@@ -4,6 +4,7 @@ systemctl -q is-active zram-config && { echo "ERROR: zram-config service is sti
4
[ "$(id -u)" -eq 0 ] || { echo "You need to be ROOT (sudo can be used)"; exit 1; }
5
[ -d /usr/local/bin/zram-config ] && { echo "zram-config is already installed, uninstall first"; exit 1; }
6
7
+apt-get install libattr1-dev
8
git clone https://github.com/kmxz/overlayfs-tools
9
cd overlayfs-tools
10
make
0 commit comments