mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-20 21:33:09 +00:00
8 lines
67 B
Bash
8 lines
67 B
Bash
#!/bin/sh
|
|
set -ex
|
|
|
|
# clear repository
|
|
dnf clean all
|
|
|
|
dnf update -y
|