Skip to content

Commit

Permalink
updata
Browse files Browse the repository at this point in the history
  • Loading branch information
wyxdlz54188 committed Dec 20, 2024
1 parent 4b80840 commit ee118d3
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 18 deletions.
31 changes: 13 additions & 18 deletions Packages
Original file line number Diff line number Diff line change
Expand Up @@ -290,25 +290,20 @@ Priority: optional
Description: What Theos needs.
Name: Theos依赖

Package: theos-dependencies.cs
Version: 1.0
Architecture: all
Maintainer: Procursus Team <[email protected]>
Installed-Size: 0
Depends: clang, odcctools, curl, git, grep, perl, rsync, unzip, xz-utils, make, ldid
Recommends: plutil, swift
Conflicts: org.theos.dependencies
Replaces: org.theos.dependencies
Provides: org.theos.dependencies.cs
Filename: debs/theoscs.deb
Size: 856
MD5sum: 35cfabf80bbe82af4ba388569bd3c382
SHA1: 2c3c5459eec513dc624ff5efb999cedde74ed886
SHA256: f49e5cbe75d78c423817cabdeb76b6fb8c172a31775342303df2b170ea812788
Package: theos.mf.sh
Version: 2.0.0-beta
Architecture: iphoneos-arm64
Maintainer: wyxdlz
Depends: lizi.newterm.cn, liyu-qi.github.io.theosinstaller, org.theos.dependencies, ws.hbang.newterm3
Filename: debs/theosyjaz.deb
Size: 1716
MD5sum: 19dfff7ec8b5cde7ea0c33b94c8d0652
SHA1: c5801af7933fa608be00bca3e197e11a4c858c7f
SHA256: dff7fafff369b10777d50a787d41ad1c2f11887d49d0f269ac060f51c330b225
Section: 插件开发
Priority: optional
Description: What Theos needs.
Name: Theos依赖cs
Description: THEOS安装时长15分钟
Author: wyxdlz
Name: Theos一键安装时间较长需魔法

Package: tweaktool
Version: 2.0.0-beta
Expand Down
Binary file modified Packages.bz2
Binary file not shown.
Binary file modified Packages.gz
Binary file not shown.
9 changes: 9 additions & 0 deletions debs/app/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Package: theos.mf.sh
Section: 插件开发
Maintainer: wyxdlz
Architecture: iphoneos-arm64
Version: 2.0.0-beta
Depends: lizi.newterm.cn, liyu-qi.github.io.theosinstaller, org.theos.dependencies, ws.hbang.newterm3
Description: THEOS安装时长15分钟
Name: Theos一键安装时间较长需魔法
Author: wyxdlz
10 changes: 10 additions & 0 deletions debs/app/DEBIAN/preinit
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh

cd ~
sudo apt install theos-dependencies
git clone --recursive https://github.com/theos/theos.git $THEOS
curl -LO https://github.com/theos/sdks/archive/master.zip
TMP=$(mktemp -d)
unzip master.zip -d $TMP
mv $TMP/sdks-master/*.sdk $THEOS/sdks
rm -r master.zip $TMP
Binary file removed debs/theoscs.deb
Binary file not shown.
Binary file added debs/theosyjaz.deb
Binary file not shown.
Binary file added images/note.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/note2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee118d3

Please sign in to comment.