mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-23 22:52:24 +00:00
8 lines
65 B
Bash
8 lines
65 B
Bash
#!/bin/sh
|
|
set -ex
|
|
|
|
# clear repository
|
|
apt update
|
|
|
|
apt upgrade -y
|