added installer
This commit is contained in:
parent
37c2cb504a
commit
f78876b2a6
10
installer.sh
Normal file
10
installer.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
cd /tmp/
|
||||
git clone https://github.com/shihaamabr/bml-cli.git
|
||||
mkdir -p /opt/sar/bml-cli/
|
||||
mv bml-cli/* /opt/sar/bml-cli/
|
||||
echo "#!/bin/bash" > /usr/bin/bml-cli
|
||||
echo "source /opt/sar/bml-cli/bml-cli.sh" >> /usr/bin/bml-cli
|
||||
chmod 755 /usr/bin/bml-cli
|
||||
rm -rf bml-cli/
|
||||
echo "Installation Complete"
|
Loading…
x
Reference in New Issue
Block a user