mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Reset sources.list
This commit is contained in:
parent
341cd4d4ac
commit
cf664b9e35
1 changed files with 4 additions and 0 deletions
|
@ -388,6 +388,10 @@ Do you agree to let YunoHost apply those changes to your configuration and there
|
|||
|
||||
function setup_package_source() {
|
||||
|
||||
# Reset sources.list
|
||||
echo "deb http://deb.debian.org/debian stretch main" > /etc/apt/sources.list
|
||||
echo "deb http://security.debian.org/debian-security stretch/updates main" >> /etc/apt/sources.list
|
||||
|
||||
local CUSTOMAPT=/etc/apt/sources.list.d/yunohost.list
|
||||
|
||||
# Debian repository
|
||||
|
|
Loading…
Add table
Reference in a new issue