1
0
mirror of https://github.com/azlux/log2ram.git synced 2023-10-10 13:37:24 +02:00

chmod needed

This commit is contained in:
azlux 2016-04-18 14:09:47 +02:00
parent f667036300
commit f557cedfc6

View File

@ -7,6 +7,7 @@ Log2Ram is based on transient log for Systemd here : [A transient /var/log](http
``` ```
git clone https://github.com/azlux/log2ram.git git clone https://github.com/azlux/log2ram.git
cd log2ram cd log2ram
chmod +x install.sh
sudo ./install.sh sudo ./install.sh
``` ```
@ -15,4 +16,4 @@ You can now check the mount folder in ram with
df -h df -h
mount mount
``` ```
and change size into /usr/bin/log2ram if mendatory and change size into /usr/bin/log2ram if necessary