From: xf0r3m Date: Wed, 7 Feb 2024 13:33:15 +0000 (+0100) Subject: Poprawienie skryptu cisco_pt.sh X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=7e9420cd98256711bfd08625388f5f1ef45760e0;p=backup.git Poprawienie skryptu cisco_pt.sh --- 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