#!/bin/bash
|
|
git rm -rf dasmap
|
|
|
|
git submodule add --force https://git.dasmap.com/dasmap.com/dasmapCore dasmap
|
|
git submodule init
|
|
git submodule update --rebase --remote
|
|
|
|
|
|
|