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 a6953f1 commit 17cac38Copy full SHA for 17cac38
extras/installer.sh
@@ -24,6 +24,8 @@ install() {
24
25
if [ $EUID -ne 0 ]; then
26
sudo $DISTRO_INSTALL $1 || abort "Failed while trying to install '$1'. Please install it manually and try again."
27
+ else
28
+ $DISTRO_INSTALL $1 || abort "Failed while trying to install '$1'. Please install it manually and try again."
29
fi
30
}
31
0 commit comments