Fix installer
This commit is contained in:
4
install
4
install
@@ -125,7 +125,7 @@ _run() {
|
|||||||
|
|
||||||
if [ -z "$wo_travis" ]; then
|
if [ -z "$wo_travis" ]; then
|
||||||
if command_exists curl; then
|
if command_exists curl; then
|
||||||
apt-get update -qq &
|
apt-get update -qq
|
||||||
else
|
else
|
||||||
apt-get update -qq && apt-get -y install curl -qq > /dev/null 2>&1
|
apt-get update -qq && apt-get -y install curl -qq > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
@@ -144,7 +144,7 @@ echo ""
|
|||||||
###
|
###
|
||||||
# 1- Check whether lsb_release is installed, and if not, install it
|
# 1- Check whether lsb_release is installed, and if not, install it
|
||||||
###
|
###
|
||||||
wait
|
|
||||||
if ! command_exists lsb_release; then
|
if ! command_exists lsb_release; then
|
||||||
apt-get install lsb-release -qq
|
apt-get install lsb-release -qq
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user