Fix installer

This commit is contained in:
VirtuBox
2019-09-19 23:41:44 +02:00
parent a4f316867b
commit fb5685e128

View File

@@ -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