install deb package from url # this script was once shamelessly copy-pasted from a gTalk conversation by the awful filipekiss faget, who uploaded here -> https://gist.github.com/4219057 <- before I could ever think of do the same. So I made this tribute <
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
#!/bin/bash | |
# once know as clf-ez-install.sh | |
# install deb package from url | |
# this script was once shamelessly copy-pasted from a gTalk conversation by the awful filipekiss faget, | |
# who uploaded here -> https://gist.github.com/4219057 <- | |
# before I could ever think of do the same. So I made this tribute <3 | |
pkg=$( echo $1 | sed -r 's/^.+\/([^\/]+\.deb)/\1/g' ) | |
wget $1 && dpkg -i $pkg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I love ya, man