From 23ec0510ab2bb8be2eb03be578825af0eaef9b8f Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Mon, 3 May 2021 22:34:42 +0500 Subject: [PATCH] installer - beta3 --- installer.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/installer.sh b/installer.sh index f56c36f..998e1ca 100644 --- a/installer.sh +++ b/installer.sh @@ -2,9 +2,7 @@ cd /tmp/ git clone https://github.com/shihaamabr/bml-cli.git mkdir -p /opt/sar/bml-cli/ -rm /opt/sar/bml-cli/* mv bml-cli/* /opt/sar/bml-cli/ -touch /usr/bin/bml-cli echo "#!/bin/bash" > /usr/bin/bml-cli echo "source /opt/sar/bml-cli/bml.sh" >> /usr/bin/bml-cli chmod 755 /usr/bin/bml-cli