diff --git a/scripts/update-bundled-web-ui.sh b/scripts/update-bundled-web-ui.sh index 2a7f5467..20d602bd 100644 --- a/scripts/update-bundled-web-ui.sh +++ b/scripts/update-bundled-web-ui.sh @@ -1,11 +1,2 @@ #!/usr/bin/env bash -rm gns3server/appliances/* -rmdir gns3server/appliances -rm -Rf /tmp/gns3-registry - -git clone https://github.com/GNS3/gns3-registry.git /tmp/gns3-registry -mv /tmp/gns3-registry/appliances gns3server/appliances - -git add . -git commit -m "Sync appliances" \ No newline at end of file