Update Installer.sh
Fixed oopsie with Log2Ram
This commit is contained in:
parent
7375d5d88b
commit
3787fc5a6d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user