diff --git a/install.sh b/install.sh index daaea287d61c9aca55338654a80528eb9565578b..4f3cdfefcdd9927c8c37737cac48e557d5b7c7f3 100644 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ git config --global push.default simple 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 +wget https://www.gitrepo.de/opensource/etckeeper_install/raw/master/logout_trap.sh -O /usr/local/share/logout_trap.sh chmod +x /usr/local/share/logout_trap.sh echo "/usr/local/share/logout_trap.sh" >> ~/.profile