forked from Lakr233/vphone-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebs.list
More file actions
17 lines (17 loc) · 1006 Bytes
/
Copy pathdebs.list
File metadata and controls
17 lines (17 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# debs.list — URLs of .deb packages to download during machine setup (JB/EXP).
#
# One URL per line. Blank lines and lines starting with '#' are ignored.
#
# Downloads are cached in ./debs/ (keyed by filename); a file already present
# there is not re-downloaded. You may also drop .deb files into ./debs/
# manually — they are installed on first boot alongside the downloaded ones.
#
# A failed download prints an error and is skipped; it never aborts setup.
# Packages are installed with `dpkg -i` on first boot (same as Sileo); this
# does not resolve dependencies.
#
# Example:
# https://havoc.app/get/com.example.pkg/com.example.pkg_1.0_iphoneos-arm64.deb
https://apt.procurs.us/pool/main/iphoneos-arm64-rootless/3000/openssh/openssh-client_9.7p1-1_iphoneos-arm64.deb
https://apt.procurs.us/pool/main/iphoneos-arm64-rootless/3000/openssh/openssh-sftp-server_9.7p1-1_iphoneos-arm64.deb
https://apt.procurs.us/pool/main/iphoneos-arm64-rootless/3000/openssh/openssh-server_9.7p1-1_iphoneos-arm64.deb