Skip to content

Instantly share code, notes, and snippets.

@Teutates
Teutates / repack-rootless.sh
Last active March 30, 2024 08:22
Rootless Repacker
#!/bin/sh
### Procursus 2
### INFO: Repacks deb as rootless with iphoneos-arm64 arch, moves legacy tweak dir to
### new directory, and resigns. Does not do any further modification.
set -e
if ! type dpkg-deb >/dev/null 2>&1; then