mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Update install_yunohost
This commit is contained in:
parent
5cecdb897a
commit
8a2b5ee17f
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ then
|
|||
if [[ $? -eq 1 ]]
|
||||
then
|
||||
case "$(lsb_release -cs)" in
|
||||
"squueze")
|
||||
"squeeze")
|
||||
echo "deb http://repo.yunohost.org/ squeeze main" >> $CUSTOMAPT
|
||||
echo "deb http://repo.yunohost.org/ apps main" >> $CUSTOMAPT
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue