Skip to content

Instantly share code, notes, and snippets.

@MindPatch
Created April 16, 2021 13:57
Show Gist options
  • Save MindPatch/a6feff28814f8e2a99362d4aa5351fbf to your computer and use it in GitHub Desktop.
Save MindPatch/a6feff28814f8e2a99362d4aa5351fbf to your computer and use it in GitHub Desktop.
install_deb_voidlinux.sh
ar x $1
mkdir temp
tar xf data.tar.* -C temp
sudo cp -R temp/* /
# https://www.reddit.com/r/voidlinux/comments/6ecc3y/how_to_install_deb_files/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment