This repository was archived by the owner on Feb 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,15 @@ jobs:
4242 sudo -E apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler
4343 sudo -E apt-get -y autoremove --purge
4444 sudo -E apt-get clean
45- # <**隐藏功能**> 终极空间释放大法:
46- # sudo mkdir -p -m 777 /mnt/openwrt/dl /mnt/openwrt/feeds /mnt/openwrt/bin
45+
46+ # sudo mkdir -p -m 777 /mnt/openwrt/bin /mnt/openwrt/build_dir/host /mnt/openwrt/build_dir/hostpkg /mnt/openwrt/dl /mnt/openwrt/feeds /mnt/openwrt/staging_dir
47+ # ln -s /mnt/openwrt/bin ./bin
48+ # mkdir -p ./build_dir/host && ln -s /mnt/openwrt/build_dir/host ./build_dir/host
49+ # mkdir -p ./build_dir/host && ln -s /mnt/openwrt/build_dir/hostpkg ./build_dir/hostpkg
4750 # ln -s /mnt/openwrt/dl ./dl
4851 # ln -s /mnt/openwrt/feeds ./feeds
49- # ln -s /mnt/openwrt/bin ./bin
52+ # ln -s /mnt/openwrt/staging_dir ./staging_dir
53+
5054 df -h
5155
5256 - name : Update feeds
You can’t perform that action at this time.
0 commit comments