2
This commit is contained in:
parent
e8f75f22e4
commit
301eb3ad44
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
dynamips/
|
||||
gns3-gui/
|
||||
gns3-server/
|
||||
ubridge/
|
||||
vpcs/
|
8
Makefile
8
Makefile
@ -1,6 +1,12 @@
|
||||
all:
|
||||
echo OK
|
||||
|
||||
check-deps-path:
|
||||
which setcap
|
||||
which usermod
|
||||
|
||||
install: install-gns3
|
||||
|
||||
install-docker:
|
||||
bash install-docker.sh
|
||||
|
||||
@ -12,7 +18,7 @@ install-gns3-deps:
|
||||
apt install -y python3-pyqt5.QtSvg python3-pyqt5.qtwebsockets
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y bash-completion libguestfs-tools bsd-mailx
|
||||
|
||||
install-gns3: install-gns3-deps install-busybox-static install-pip install-docker create-gns3-user
|
||||
install-gns3: install-gns3-deps check-deps-path install-busybox-static install-pip install-docker create-gns3-user
|
||||
git clone --depth 1 https://github.com/GNS3/gns3-server.git; true
|
||||
git clone --depth 1 https://github.com/GNS3/gns3-gui.git; true
|
||||
git clone --depth 1 https://github.com/GNS3/vpcs.git; true
|
||||
|
Loading…
Reference in New Issue
Block a user