Skip to content

Commit

Permalink
Update IPQ6000.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lzw981731 authored Aug 30, 2024
1 parent 03a61d7 commit a9373a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/IPQ6000.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
DEBIAN_FRONTEND: noninteractive
run: |
docker rmi $(docker images -q)
sudo rm -rf /usr/share/dotnet /etc/apt/sources.list.d /usr/local/lib/android $AGENT_TOOLSDIRECTORY
sudo -E apt-get -y update
sudo -E apt-get -y install $(curl -fsSL is.gd/depends_ubuntu_2204)
sudo -E apt-get -y autoremove --purge
sudo -E apt-get -y clean
sudo rm -rf /usr/share/dotnet /etc/apt/sources.list.d /usr/local/lib/android $AGENT_TOOLSDIRECTORY
sudo -E apt-get -y update
sudo -E apt-get -y install $(curl -fsSL is.gd/depends_ubuntu_2204)
sudo -E apt-get -y autoremove --purge
sudo -E apt-get -y clean
sudo timedatectl set-timezone "$TZ"
- name: Combine Disks(合并磁盘)
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
- 💻 这是 ${{ env.FIRMWARE_TAG }} 平台使用的 OpenWrt 固件
- ⚽ 固件源码: ${{ env.REPO_URL }}
- 💝 源码分支: ${{ env.REPO_BRANCH }}
- 🌐 默认地址: 192.168.6.1
- 🌐 默认地址: 192.168.2.1
- 🔑 默认密码:
### 🧊 固件版本
- 固件编译前最后一次➦[主源码](${{ env.REPO_URL }})更新记录
Expand Down

0 comments on commit a9373a6

Please sign in to comment.