1
0

Add solution to install demo-flask

Signed-off-by: Arnaud M. <arnaud.choupinette@mailops.fr>
This commit is contained in:
Arnaud M.
2026-01-04 00:51:02 +01:00
parent 3dbfd03caa
commit 0a91c7b40a
4 changed files with 12 additions and 0 deletions

6
cloud/training/uncipher.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
f=user-data-install-demo-flask.sh.gpg
echo "Unciphering $f"
n=${f%.gpg}
cat $f | gpg -d > $n