Upgrade to 2.2.49
This commit is contained in:
parent
d4c4666231
commit
378a705fe5
4
Makefile
4
Makefile
@ -36,7 +36,7 @@ install-gns3: install-gns3-deps check-deps-path install-busybox-static install-p
|
||||
|
||||
build-gns3-server:
|
||||
git clone --depth 1 https://github.com/GNS3/gns3-server.git; true
|
||||
cd gns3-server && git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' && git pull origin && git checkout tags/v2.2.48.1
|
||||
cd gns3-server && git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' && git pull origin && git checkout tags/v2.2.49
|
||||
python3 -m pip install --upgrade pip --break-system-packages
|
||||
cd gns3-server && pip3 install -r requirements.txt --break-system-packages && python3 setup.py install
|
||||
ln -s /usr/bin/qemu-system-x86_64 /usr/bin/qemu-kvm;true
|
||||
@ -67,7 +67,7 @@ build-gns3-ubridge:
|
||||
|
||||
upgrade-gns3-server:
|
||||
git clone --depth 1 https://github.com/GNS3/gns3-server.git; true
|
||||
cd gns3-server && git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' && git pull origin && git checkout tags/v2.2.48.1
|
||||
cd gns3-server && git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' && git pull origin && git checkout tags/v2.2.49
|
||||
python3 -m pip install --upgrade pip --break-system-packages
|
||||
systemctl stop gns3.service
|
||||
cd gns3-server && pip3 install -r requirements.txt --break-system-packages && python3 setup.py install
|
||||
|
Loading…
Reference in New Issue
Block a user