mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[enh] Add daily repo in the install_script
This commit is contained in:
parent
eb7b850bce
commit
a11a3b0ee5
1 changed files with 7 additions and 0 deletions
|
@ -113,6 +113,13 @@ then
|
|||
echo "deb http://repo.yunohost.org/ test main" >> $CUSTOMAPT
|
||||
fi
|
||||
fi
|
||||
if [[ "$1" == "daily" ]]; then
|
||||
grep -qri "daily" $CUSTOMAPT
|
||||
if [ $# -eq 1 ]; then
|
||||
echo "deb http://daily.yunohost.org/daily/ megusta main" >> $CUSTOMAPT
|
||||
echo "deb http://daily.yunohost.org/test/ wheezy main" >> $CUSTOMAPT
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
#Get gpg key
|
||||
|
|
Loading…
Add table
Reference in a new issue