mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
disable check certificat for wget
This commit is contained in:
parent
4b031cfb3f
commit
4d48d9ff1b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ then
|
||||||
|
|
||||||
echo "======== Install ========"
|
echo "======== Install ========"
|
||||||
#add answer in debconf db
|
#add answer in debconf db
|
||||||
wget https://github.com/YunoHost/Script/raw/master/debconf
|
wget https://raw.github.com/YunoHost/Script/master/debconf --no-check-certificate
|
||||||
debconf-set-selections debconf
|
debconf-set-selections debconf
|
||||||
|
|
||||||
#Install yunohost packages
|
#Install yunohost packages
|
||||||
|
|
Loading…
Add table
Reference in a new issue