From 4d3a064243073b0995b512bafd7df06ce01aba89 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 4 Jan 2022 13:13:27 -0300 Subject: [PATCH] Uncomment runScript --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 6b7ec91..ac1cfa9 100755 --- a/install.sh +++ b/install.sh @@ -523,5 +523,4 @@ runScript() { done } -# runScript "$@" -updateMirrors +runScript "$@"