Add solution to install demo-flask
Signed-off-by: Arnaud M. <arnaud.choupinette@mailops.fr>
This commit is contained in:
6
cloud/training/uncipher.sh
Executable file
6
cloud/training/uncipher.sh
Executable 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
|
||||
Reference in New Issue
Block a user