Skip to content

Commit dc4e003

Browse files
doh apt-get install libattr1-dev
1 parent cf4045c commit dc4e003

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ systemctl -q is-active zram-config && { echo "ERROR: zram-config service is sti
44
[ "$(id -u)" -eq 0 ] || { echo "You need to be ROOT (sudo can be used)"; exit 1; }
55
[ -d /usr/local/bin/zram-config ] && { echo "zram-config is already installed, uninstall first"; exit 1; }
66

7+
apt-get install libattr1-dev
78
git clone https://github.com/kmxz/overlayfs-tools
89
cd overlayfs-tools
910
make

0 commit comments

Comments
 (0)