Configure-stormux added.
This commit is contained in:
parent
4c1f6b5837
commit
d74b731593
12
files/usr/local/bin/configure-stormux
Executable file
12
files/usr/local/bin/configure-stormux
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
trap 'popd &> /dev/null' EXIT
|
||||
if [[ ! -d /opt/configure-stormux ]]; then
|
||||
echo "Installing configure-stormux..."
|
||||
sudo git -C /opt clone https://gitlab.com/stormux/configure-stormux.git || exit 1
|
||||
fi
|
||||
|
||||
pushd /opt/configure-stormux
|
||||
./configure-stormux.sh
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user