Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SekaiMoe committed Jul 23, 2024
2 parents f332a11 + df75770 commit 964fcc4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
name: supergfxctl
path: ./*.deb

jobs:
live-build:
needs:
- linux
Expand Down
2 changes: 1 addition & 1 deletion live-build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def clone_repo():

def build_repo():
if os.path.exists(/deb)
command = "mv /deb/*.deb ci/live-build/config/packages.chroot/ && cd ci/live-build && lb config && lb build"
command = "mv -v /deb/*.deb ci/live-build/config/packages.chroot/ && cd ci/live-build && lb config && lb build"
else
command = "cd ci/live-build && lb config && lb build"
run_command(command)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
npm config set registry https://registry.npmmirror.com/
rm -rf /var/lib/apt/lists
rm -rf /var/cache/apt/archives

rm -rf /etc/apt/sources.list.d/microsoft-edge.list
echo "deb [trusted=yes] https://packages.linuxmint.com feye main upstream import backport" >/etc/apt/sources.list.d/mint.list
apt-get update
apt-get upgrade -y

echo "deb [trusted=yes] https://mirrors.ustc.edu.cn/linuxmint feye main upstream import backport" >/etc/apt/sources.list.d/mint.list
apt-get update
Original file line number Diff line number Diff line change
@@ -1 +1 @@
deb [trusted=yes] http://mirrors.bfsu.edu.cn/linuxmint/ faye main upstream import backport
deb [trusted=yes] http://mirrors.ustc.edu.cn/linuxmint/ faye main upstream import backport

0 comments on commit 964fcc4

Please sign in to comment.