mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 11:21:56 +00:00
Fix buster backports for existing install
This commit is contained in:
parent
efdb9e3ef7
commit
49390c7277
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ echo "Remove lock and update packages list..."
|
|||
rm -f /var/lib/dpkg/lock
|
||||
rm -f /var/lib/dpkg/lock-frontend
|
||||
rm -f /var/cache/apt/archives/lock
|
||||
rm -f /etc/apt/sources.list.d/buster-backports.list
|
||||
if [ "$ID" = "debian" ] && [ "$VERSION_ID" = "9" ]; then
|
||||
apt-get update
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue