mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-02 19:16:41 +00:00
8 lines
65 B
Bash
8 lines
65 B
Bash
#!/bin/sh
|
|
set -ex
|
|
|
|
# clear repository
|
|
apt update
|
|
|
|
apt upgrade -y
|