This commit is contained in:
Mariano Z. 2025-04-21 12:07:24 -03:00
commit 714d050757
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
139 changed files with 27826 additions and 0 deletions

14
bin/.bin/nosql.sh Executable file
View file

@ -0,0 +1,14 @@
#!/bin/bash
bin=$HOME/.bin/nosql
# if nosql binary is not found, download it
if [ ! -f $bin ]; then
echo "Downloading NoSql binary..."
url="https://s3.nosqlbooster.com/download/releasesv7/nosqlbooster4mongo-7.1.17.AppImage"
wget -q -O $bin $url
chmod +x $bin
fi
# execute leapp
$bin