Update convert-vesta-to-myvesta.sh

This commit is contained in:
myvesta 2020-08-08 23:34:04 +02:00 committed by GitHub
commit 348cecb0e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,8 @@
#!/bin/bash
# *** Debian only ***
# This script is NOT recommended, because a lot of myVesta features will not be added to server this way.
# Better way is described here - https://forum.myvestacp.com/viewtopic.php?f=14&t=50
wget -O - http://apt.myvestacp.com/deb_signing.key | sudo apt-key add -
codename="$(cat /etc/os-release |grep VERSION= |cut -f 2 -d \(|cut -f 1 -d \))"