fix apt-cache bug where the same entry is written twice
This commit is contained in:
parent
ad91c94a2e
commit
a00868741d
|
|
@ -125,8 +125,6 @@ EOF
|
|||
}
|
||||
|
||||
cat <<EOF
|
||||
deb file:/mnt ./
|
||||
|
||||
## package repositories
|
||||
deb ${mirror} ${release} ${section}
|
||||
deb ${mirror} ${release}-updates ${section}
|
||||
|
|
|
|||
Loading…
Reference in New Issue