first commit

This commit is contained in:
Marcel Stangenberger 2025-04-11 18:49:17 +00:00
parent faacc2eb12
commit 6d45719ecf

11
deploy.sh Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
REPO=https://git.xoservice.nl/marcel/deploy
if [[ -z $1 ]]
then
echo "no package selected, exitting"
exit 1
else
bash -c "$(curl -fsSL $REPO/raw/master/$1/install.sh)"
fi