Skip to content

Commit

Permalink
Update build-github.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
elysia-best authored Mar 7, 2024
1 parent e17ff25 commit acfdd87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ then
rm -rf $source_dir
fi
echo '创建新的LingmoOS源文件夹...'
mkdir $source_dir
mkdir -p $source_dir

if test -e $deb_dir
then
echo '存在同名的LingmoOS输出文件夹,正在删除...'
rm -rf $deb_dir
fi
echo '创建新的LingmoOS输出文件夹...'
mkdir $deb_dir
mkdir -p $deb_dir

function InstallDepends() {
echo '开始安装依赖'
Expand Down

0 comments on commit acfdd87

Please sign in to comment.