Update html source to main branch

This commit is contained in:
sakv2e10204
2022-06-03 14:29:24 +05:30
parent fa140e3bef
commit a0aab3c53c

View File

@@ -1,5 +1,4 @@
#!/bin/bash
clear
REPO_URL="https://github.com/Telecominfraproject/oopt-gnpy-web-gui.git"
DnldDir="$HOME/TIP_HTML"
@@ -13,7 +12,7 @@ fi
cd $DnldDir
git init $DnldDir
git clone -b "html_source" --single-branch $REPO_URL
git clone $REPO_URL
cd $PublishDir
python -m http.server 8000