diff --git a/build-github.sh b/build-github.sh index b31dc32..c8255b9 100755 --- a/build-github.sh +++ b/build-github.sh @@ -27,6 +27,7 @@ mkdir -p $deb_dir function InstallDepends() { echo '开始安装依赖' apt-get --yes install git devscripts equivs + rm -rfv LingmoOSBuildDeps git clone https://github.com/LingmoOS/LingmoOSBuildDeps.git cd LingmoOSBuildDeps mk-build-deps -i -t "apt-get -y" -r > /dev/null