Skip to content

Instantly share code, notes, and snippets.

@mamrehn
Created October 19, 2018 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mamrehn/29b542d9a75cb7969e2ce053bb6da0b4 to your computer and use it in GitHub Desktop.
Save mamrehn/29b542d9a75cb7969e2ce053bb6da0b4 to your computer and use it in GitHub Desktop.
Generate .deb pacake yourself and install it
# Source: http://www.pixelbeat.org/fslint/
# https://www.vdr-portal.de/forum/index.php?thread/124755-gel%C3%B6st-dpkg-buildpackage-signiert-das-dsc-file-nicht/
git clone https://github.com/pixelb/fslint.git
cd fslint
# Note: "-us -uc" skips signing the package and is definitely not recommended (but works for self-built packages)
dpkg-buildpackage -I.git -rfakeroot -tc -us -uc
sudo dpkg -i ../fslint_2.47-1_all.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment