mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-16 14:15:11 +08:00
Fix debian security sources 404 not found (only of default sources)
This commit is contained in:
parent
bf529fc459
commit
916cc4d195
1 changed files with 3 additions and 0 deletions
|
@ -2571,6 +2571,9 @@ verifyUrlValidationOfDdImages() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Fix debian security sources 404 not found (only of default sources)
|
||||||
|
sed -i 's/^\(deb.*security.debian.org\/\)\(.*\)\/updates/\1debian-security\2-security/g' /etc/apt/sources.list
|
||||||
|
|
||||||
checkSys
|
checkSys
|
||||||
|
|
||||||
# Get the name of network adapter($interface).
|
# Get the name of network adapter($interface).
|
||||||
|
|
Loading…
Reference in a new issue