From 7e9420cd98256711bfd08625388f5f1ef45760e0 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Wed, 7 Feb 2024 14:33:15 +0100 Subject: [PATCH] Poprawienie skryptu cisco_pt.sh --- cisco_pt.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cisco_pt.sh b/cisco_pt.sh index 66b5b13..89124ad 100755 --- a/cisco_pt.sh +++ b/cisco_pt.sh @@ -9,7 +9,12 @@ dpkg -i CiscoPacketTracer_821_Ubuntu_64bit.deb ) +sed -i 's/testing/stable/g' /etc/apt/sources.list +apt update + apt install -f -y +sed -i 's/stable/testing/g' /etc/apt/sources.list +apt update -apt install qtbase5-dev +apt install qtbase5-dev -y -- 2.39.5