We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde0b7f commit e8e0fcfCopy full SHA for e8e0fcf
ex-installer0019.sh
@@ -26,8 +26,7 @@ INSTALLER_TAG="v0.0.19-Devel"
26
function need () {
27
type -p $1 > /dev/null && return
28
dpkg -l $1 2>&1 | egrep ^ii >/dev/null && return
29
- sudo apt-get install $1
30
- type -p $1 > /dev/null && return
+ sudo apt-get install $1 && return
31
echo "Could not install $1, abort"
32
exit 255
33
}
0 commit comments