mirror of
https://github.com/Telecominfraproject/oopt-gnpy-web-gui.git
synced 2025-11-02 02:57:45 +00:00
Update html source to main branch
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
clear
|
clear
|
||||||
REPO_URL="https://github.com/Telecominfraproject/oopt-gnpy-web-gui.git"
|
REPO_URL="https://github.com/Telecominfraproject/oopt-gnpy-web-gui.git"
|
||||||
DnldDir="$HOME/TIP_HTML"
|
DnldDir="$HOME/TIP_HTML"
|
||||||
@@ -13,7 +12,7 @@ fi
|
|||||||
|
|
||||||
cd $DnldDir
|
cd $DnldDir
|
||||||
git init $DnldDir
|
git init $DnldDir
|
||||||
git clone -b "html_source" --single-branch $REPO_URL
|
git clone $REPO_URL
|
||||||
|
|
||||||
cd $PublishDir
|
cd $PublishDir
|
||||||
python -m http.server 8000
|
python -m http.server 8000
|
||||||
|
|||||||
Reference in New Issue
Block a user