From 1045630894a2bd09c584bee3bc5020cc9f7ae8e2 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Fri, 30 Apr 2021 22:58:45 +0200 Subject: [PATCH] Create install.sh --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..0cada6b --- /dev/null +++ b/install.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +mkdir -p /opt/bashclub +cp ./no-sub-hack.sh /opt/bashclub +cp ./80bashclubapthook /etc/apt/apt.conf.d/ +chmod +x /opt/bashclub/no-sub-hack.sh