-
This commit is contained in:
parent
94ac842bc6
commit
737040d09f
2
app.py
2
app.py
@ -70,7 +70,7 @@ def create_conf_post():
|
||||
if os.path.exists(folder):
|
||||
shutil.rmtree(folder)
|
||||
|
||||
db.add_conf_image(config_name, token_name)
|
||||
db.add_conf_image(config_name+".squashfs", token_name)
|
||||
|
||||
return send_file(os.path.join(app.config['UPLOAD_FOLDER'], config_name+".pub"))
|
||||
|
||||
|
@ -29,8 +29,8 @@ CONFIGS=$(pwd)
|
||||
echo "${CONFIGS}"
|
||||
|
||||
|
||||
sudo apt update
|
||||
sudo apt install cmake make g++ gcc libssl-dev libgmp-dev
|
||||
#sudo apt update
|
||||
#sudo apt install cmake make g++ gcc libssl-dev libgmp-dev
|
||||
|
||||
cd /tmp
|
||||
wget -O uVPN.tar.xz https://opensource.krypto-it.pl/uVPN/uVPN-$uvpn3_version.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user