installer - beta3

This commit is contained in:
Shihaam Abdul Rahman 2021-05-03 22:34:42 +05:00
parent e284af1de6
commit 23ec0510ab

View File

@ -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