mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
new repos
This commit is contained in:
parent
73e547b6c2
commit
dc930753da
1 changed files with 5 additions and 5 deletions
|
@ -10,8 +10,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
ALLOW_INSECURE_APT=0
|
ALLOW_INSECURE_APT=0
|
||||||
|
|
||||||
RHOST='vesta.mycity-hosting.com'
|
RHOST='apt.vesta.hostingpanel.dev'
|
||||||
CHOST='c.mycity-hosting.com'
|
CHOST='c.vesta.hostingpanel.dev'
|
||||||
VERSION='debian'
|
VERSION='debian'
|
||||||
VESTA='/usr/local/vesta'
|
VESTA='/usr/local/vesta'
|
||||||
memory=$(grep 'MemTotal' /proc/meminfo |tr ' ' '\n' |grep [0-9])
|
memory=$(grep 'MemTotal' /proc/meminfo |tr ' ' '\n' |grep [0-9])
|
||||||
|
@ -263,7 +263,7 @@ if [ ! -e '/usr/bin/wget' ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Checking repository availability
|
# Checking repository availability
|
||||||
wget -q "c.mycity-hosting.com/deb_signing.key" -O /dev/null
|
wget -q "apt.vesta.hostingpanel.dev/deb_signing.key" -O /dev/null
|
||||||
check_result $? "No access to Vesta repository"
|
check_result $? "No access to Vesta repository"
|
||||||
|
|
||||||
# Check installed packages
|
# Check installed packages
|
||||||
|
@ -1023,8 +1023,8 @@ if [ "$mysql" = 'yes' ]; then
|
||||||
rm -f phpMyAdmin-$pma_v-all-languages.tar.gz
|
rm -f phpMyAdmin-$pma_v-all-languages.tar.gz
|
||||||
|
|
||||||
mkdir /root/phpmyadmin
|
mkdir /root/phpmyadmin
|
||||||
wget -nv -O /root/phpmyadmin/pma.sh http://c.mycity-hosting.com/debian/10/pma/pma.sh
|
wget -nv -O /root/phpmyadmin/pma.sh http://c.vesta.hostingpanel.dev/debian/10/pma/pma.sh
|
||||||
wget -nv -O /root/phpmyadmin/create_tables.sql http://c.mycity-hosting.com/debian/10/pma/create_tables.sql
|
wget -nv -O /root/phpmyadmin/create_tables.sql http://c.vesta.hostingpanel.dev/debian/10/pma/create_tables.sql
|
||||||
bash /root/phpmyadmin/pma.sh
|
bash /root/phpmyadmin/pma.sh
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue