From f4ad1c15ec2f844a554ee918f1e10be6d93d79bd Mon Sep 17 00:00:00 2001
From: Dennis Eisold <de@itstall.de>
Date: Fri, 1 Mar 2019 21:39:49 +0100
Subject: [PATCH] Update install.sh

---
 install.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/install.sh b/install.sh
index 92b1cbb..d43f996 100644
--- a/install.sh
+++ b/install.sh
@@ -11,6 +11,7 @@ key_pub=$(<~/.ssh/id_rsa.pub)
 hostname=`hostname -f`
 
 curl --data-urlencode "key=$key_pub" --data-urlencode "title=$hostname" $Gitlab_Host/api/v4/user/keys?private_token=$Token
+unset Token
 
 apt install -y etckeeper git wget
 
-- 
GitLab