mirror of
https://github.com/azlux/log2ram.git
synced 2023-10-10 13:37:24 +02:00
sudo check
This commit is contained in:
parent
0f892a82fb
commit
f667036300
15
install.sh
15
install.sh
@ -1,7 +1,12 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cp log2ram.service /etc/systemd/system/log2ram.service
|
if [ `id -u` -eq 0 ]
|
||||||
cp log2ram /usr/local/bin/log2ram
|
then
|
||||||
systemctl enable log2ram
|
cp log2ram.service /etc/systemd/system/log2ram.service
|
||||||
|
cp log2ram /usr/local/bin/log2ram
|
||||||
echo "Reboot to activate log2ram"
|
systemctl enable log2ram
|
||||||
|
|
||||||
|
echo "Reboot to activate log2ram"
|
||||||
|
else
|
||||||
|
echo "You need to be ROOT (sudo can be used)"
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user