From 3787fc5a6d27cb678cced4b3b72a01d7f3b34a60 Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Mon, 14 Aug 2023 02:17:02 +0200 Subject: [PATCH] Update Installer.sh Fixed oopsie with Log2Ram --- Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer.sh b/Installer.sh index ede93a0..fcee89c 100644 --- a/Installer.sh +++ b/Installer.sh @@ -243,7 +243,7 @@ echo "tmpfs /tmp tmpfs defaults,noatime,nosuid 0 0" >> /etc/fstab curl -L https://github.com/azlux/log2ram/archive/master.tar.gz -o /tmp/log2ram.tar.gz tar zxfv /tmp/log2ram.tar.gz -C /tmp/ cd /tmp/log2ram-master/ -chmod +x install.sh && sudo install.sh +chmod +x install.sh && sudo ./install.sh cd ~ sed -i -e 's/SIZE=128M/SIZE=256M/g' /etc/log2ram.conf sed -i -e 's/MAIL=true/MAIL=false/g' /etc/log2ram.conf