Last active
September 8, 2020 10:37
-
-
Save pohmelie/69c69fa50cf1ba01c368bdf9b2b570c4 to your computer and use it in GitHub Desktop.
Repack deb file
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
#!/usr/bin/env bash | |
rm -rf tmp | |
dpkg-deb -R $1 tmp | |
read -p "Press [enter] when done" | |
mv $1 $1.original | |
dpkg-deb -Zgzip -b tmp $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run as