Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Packet Tracer 8.2.2 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions com.cisco.PacketTracer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ modules:
buildsystem: simple
build-commands:
- install -D com.cisco.PacketTracer.appdata.xml /app/share/metainfo/com.cisco.PacketTracer.appdata.xml
- ar x Packet_Tracer821_amd64_signed.deb
- ar x Packet_Tracer822_amd64_signed.deb
- xz -d data.tar.xz
- tar -xf data.tar
- find opt/pt/saves opt/pt/templates opt/pt/templates/environments -type d -exec chmod 755 {} +
Expand All @@ -40,8 +40,8 @@ modules:

sources:
- type: file
path: Packet_Tracer821_amd64_signed.deb
sha256: 428338ac32a474d4c9e930433c202cfa5d7b24b9eca50165972f41eb484e07ba
path: Packet_Tracer822_amd64_signed.deb
sha256: 6cd2b8891df92d2cad8b6fdc47480fc089de085c4f3fe95eb80d5450a2a7f72d
- type: file
path: com.cisco.PacketTracer.appdata.xml
- type: file
Expand Down