mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Update install_yunohostv2
This commit is contained in:
parent
07f97a2d94
commit
9f8368edd4
1 changed files with 3 additions and 2 deletions
|
@ -98,9 +98,10 @@ then
|
|||
echo "deb http://repo.yunohost.org/ lemonldap main" >> $CUSTOMAPT
|
||||
fi
|
||||
|
||||
if [[ "$1" == "test" ]]
|
||||
then
|
||||
if [ $# -eq 1 ]; then
|
||||
if [[ "$1" == "test" ]]; then
|
||||
echo "deb http://repo.yunohost.org/ test main" >> $CUSTOMAPT
|
||||
fi
|
||||
fi
|
||||
|
||||
#Get gpg key
|
||||
|
|
Loading…
Add table
Reference in a new issue