mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
put repo in sources.list.d/yunohost.list
This commit is contained in:
parent
f05642521c
commit
88c8f39822
2 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ then
|
|||
|
||||
echo "Adding repositories"
|
||||
|
||||
CUSTOMAPT=/etc/apt/sources.list
|
||||
CUSTOMAPT=/etc/apt/sources.list.d/yunohost.list
|
||||
|
||||
grep -qri "yunohost" $CUSTOMAPT
|
||||
if [[ $? -eq 1 ]]
|
||||
|
|
|
@ -104,7 +104,7 @@ then
|
|||
|
||||
echo "======== Adding repositories ========"
|
||||
|
||||
CUSTOMAPT=/etc/apt/sources.list
|
||||
CUSTOMAPT=/etc/apt/sources.list.d/yunohost.list
|
||||
|
||||
grep -qri "yunohost" $CUSTOMAPT
|
||||
if [[ $? -eq 1 ]]
|
||||
|
|
Loading…
Add table
Reference in a new issue