-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
“wyxdlz54188”
committed
Dec 18, 2024
1 parent
033f8d6
commit f8fd848
Showing
14 changed files
with
49 additions
and
11 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Origin: 李子源 | ||
Label: 李子源 | ||
Suite: stable | ||
Version: 1.0 | ||
Codename: 玩游戏的李子- | ||
Architectures: iphoneos-arm64 | ||
Version: 2.1 | ||
Codename: 玩科技的李子 | ||
Architectures: iphoneos-arm iphoneos-arm64 iphoneos-arm64e | ||
Components: main | ||
Description: lizi's Sileo Repository | ||
Description: 漏洞不止,越狱不尽。李子源摘李,乐趣无极限。我是一名初中生。 | ||
Icon: file://CydiaIcon.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,20 @@ | ||
#!/var/jb/usr/bin/bash | ||
echo "bilibili@玩游戏的李子-" | ||
echo "bilibili@玩科技的李子" | ||
echo "token密钥" | ||
echo "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" | ||
echo " " | ||
echo "__________________________________" | ||
echo "__________________________________" | ||
echo "__________________________________" | ||
echo "开始推送" | ||
git add . | ||
echo "上传状态" | ||
echo "done.....100%" | ||
echo "__________________________________" | ||
echo "____________输入token_____________" | ||
echo "__________________________________" | ||
git status | ||
git commit -m "updata" | ||
git push | ||
echo "推送完成" | ||
echo "推送完成" | ||
echo "successful" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/var/jb/usr/bin/bash | ||
echo "bilibili@玩科技的李子" | ||
echo "token密钥" | ||
echo "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" | ||
echo " " | ||
echo "__________________________________" | ||
echo "__________________________________" | ||
echo "__________________________________" | ||
echo "开始推送" | ||
git add . | ||
echo "上传状态" | ||
echo "done.....100%" | ||
echo "__________________________________" | ||
echo "____________输入token_____________" | ||
echo "__________________________________" | ||
git status | ||
git commit -m "updata" | ||
git push | ||
echo "推送完成" | ||
echo "successful" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
rm -r Packages | ||
rm -r Packages.bz2 | ||
rm -r Packages.gz | ||
dpkg-scanpackages --multiversion debs >> Packages | ||
cat Packages | bzip2 > Packages.bz2 | ||
cat Packages | gzip > Packages.gz | ||
|
||
|