From 873593776b627299877da46faea1debf314ef321 Mon Sep 17 00:00:00 2001 From: azlux Date: Mon, 18 Apr 2016 12:07:33 +0200 Subject: [PATCH] forget the #! --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index d0edbf9..b4aba6a 100644 --- a/install.sh +++ b/install.sh @@ -1,3 +1,7 @@ +#!/bin/sh + cp log2ram.service /etc/systemd/system/log2ram.service cp log2ram /usr/local/bin/log2ram systemctl enable log2ram + +echo "Reboot to activate log2ram"