From 293e3994c00a60113046ebebebab945e61fc3ae0 Mon Sep 17 00:00:00 2001 From: Dennis Eisold <de@itstall.de> Date: Fri, 1 Mar 2019 20:14:15 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9657c88..daaea28 100644 --- a/install.sh +++ b/install.sh @@ -16,6 +16,6 @@ git remote add origin git@ssh.gitrepo.de:roadit/etckeeper/`hostname -f`.git etckeeper commit "initial commit" wget https://www.gitrepo.de/opensource/etckeeper_install/raw/master/logout_trap.sh > /usr/local/share/logout_trap.sh -chown +x /usr/local/share/logout_trap.sh +chmod +x /usr/local/share/logout_trap.sh echo "/usr/local/share/logout_trap.sh" >> ~/.profile -- GitLab