mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Removing insecure apt option
This commit is contained in:
parent
aba1210e7f
commit
be5f180d2f
1 changed files with 1 additions and 7 deletions
|
@ -8,8 +8,6 @@
|
||||||
export PATH=$PATH:/sbin
|
export PATH=$PATH:/sbin
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
ALLOW_INSECURE_APT=0
|
|
||||||
|
|
||||||
RHOST='apt.vesta.hostingpanel.dev'
|
RHOST='apt.vesta.hostingpanel.dev'
|
||||||
CHOST='c.vesta.hostingpanel.dev'
|
CHOST='c.vesta.hostingpanel.dev'
|
||||||
VERSION='debian'
|
VERSION='debian'
|
||||||
|
@ -630,11 +628,7 @@ echo -e '#!/bin/sh \nexit 101' > /usr/sbin/policy-rc.d
|
||||||
chmod a+x /usr/sbin/policy-rc.d
|
chmod a+x /usr/sbin/policy-rc.d
|
||||||
|
|
||||||
# Install apt packages
|
# Install apt packages
|
||||||
if [ $ALLOW_INSECURE_APT -eq 1 ]; then
|
apt-get -y install $software
|
||||||
apt-get --allow-unauthenticated -y install $software
|
|
||||||
else
|
|
||||||
apt-get -y install $software
|
|
||||||
fi
|
|
||||||
check_result $? "apt-get install failed"
|
check_result $? "apt-get install failed"
|
||||||
|
|
||||||
# Restore policy
|
# Restore policy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue