Skip to content

Commit 072c1fa

Browse files
authored
Hold iproute2
1 parent 55b1903 commit 072c1fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pengwin-setup

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ function check_upgrades() {
5858
else
5959
# Force iproute2 5.8
6060
if [[ $( dpkg-query -s "iproute2" 2>/dev/null | grep -c "Version: 5\.8.*" ) == 0 ]]; then
61+
sudo apt-mark unhold iproute2
6162
sudo apt-get install -q -y --allow-downgrades iproute2=5.8.0-1
63+
sudo apt-mark hold iproute2
6264
fi
6365

6466
fi

0 commit comments

Comments
 (0)