mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Update convert-vesta-to-myvesta.sh
This commit is contained in:
parent
1154ca137e
commit
348cecb0e9
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# *** Debian only ***
|
# *** 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 -
|
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 \))"
|
codename="$(cat /etc/os-release |grep VERSION= |cut -f 2 -d \(|cut -f 1 -d \))"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue