Deployment stuff
This commit is contained in:
10
deployment/client/client-load.sh
Executable file
10
deployment/client/client-load.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -x "$(command -v docker)" ]; then
|
||||
docker load -i tam3-webclient.tar.gz
|
||||
elif [ -x "$(command -v podman)" ]; then
|
||||
podman load -i tam3-webclient.tar.gz
|
||||
else
|
||||
echo "Neither Docker nor Podman are installed. Please install whichever you prefer and try again."
|
||||
exit 1
|
||||
fi
|
||||
Reference in New Issue
Block a user