mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-06 12:58:42 +00:00
8 lines
67 B
Bash
8 lines
67 B
Bash
#!/bin/sh
|
|
set -ex
|
|
|
|
# clear repository
|
|
dnf clean all
|
|
|
|
dnf update -y
|