From 921fa40268d2302844d4a49476426d00bf6721eb Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 18 Oct 2019 12:24:24 +0200 Subject: [PATCH] Fix install --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index c99a132..3365324 100755 --- a/install +++ b/install @@ -126,7 +126,7 @@ wo_clean_repo() { grep -v "/home:/rtCamp:/EasyEngine" -r /etc/apt/sources.list.d/ee-repo.list.save > /etc/apt/sources.list.d/ee-repo.list fi } -_run wo_clean_repo +wo_clean_repo ### # 1- Update the apt sewers with fresh info