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 Apr 14, 2024
1 parent 01bdaaf commit 4420b25
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions build-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,22 @@ function Compile() {
echo "$repo_name 编译完成"

# lingmo-kwin 需要安装
if [ "$repo_name" = "lingmo-kwin" ]; then
echo "安装 lingmo-kwin"
apt install -y --no-install-recommends $source_dir/!(*dbgsym*).deb
fi
# if [ "$repo_name" = "lingmo-kwin" ]; then
# echo "安装 lingmo-kwin"
# apt install -y --no-install-recommends $source_dir/!(*dbgsym*).deb
# fi

echo "复制 $repo_name 的安装包"
cd $source_dir
mv -v !(*dbgsym*).deb $deb_dir/
}
REPOS="lingmo-kwin lingmo-screenlocker lingmo-settings lingmo-screenshots lingmo-cursor-themes lingmo-sddm-theme lingmo-appmotor lingmo-neofetch lingmo-daemon lingmo-ocr lingmo-terminal lingmo-gtk-themes LingmoUI lingmo-systemicons lingmo-wallpapers lingmo-debinstaller lingmo-calculator lingmo-windows-plugins lingmo-launcher lingmo-statusbar lingmo-qt-plugins lingmo-dock liblingmo lingmo-filemanager lingmo-core lingmo-texteditor lingmo-kwin-plugins lingmo-videoplayer"
REPOS="lingmo-screenlocker lingmo-settings lingmo-screenshots lingmo-cursor-themes lingmo-sddm-theme lingmo-appmotor lingmo-neofetch lingmo-daemon lingmo-ocr lingmo-terminal lingmo-gtk-themes LingmoUI lingmo-systemicons lingmo-wallpapers lingmo-debinstaller lingmo-calculator lingmo-windows-plugins lingmo-launcher lingmo-statusbar lingmo-qt-plugins lingmo-dock liblingmo lingmo-filemanager lingmo-core lingmo-texteditor lingmo-kwin-plugins lingmo-videoplayer"

# 先安装依赖
InstallDepends

# 列出所有项目供用户选择
select project in \
lingmo-kwin \
lingmo-screenlocker \
lingmo-settings \
lingmo-screenshots \
Expand Down

0 comments on commit 4420b25

Please sign in to comment.