From e8c1338dfc9ada967b2e975816897fd944703c22 Mon Sep 17 00:00:00 2001 From: Yisus7u7 <64093255+Yisus7u7@users.noreply.github.com> Date: Wed, 14 Jul 2021 13:52:23 -0500 Subject: [PATCH] Fix compile-install.sh --- compile-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compile-install.sh b/compile-install.sh index 294811166..4e68715c9 100644 --- a/compile-install.sh +++ b/compile-install.sh @@ -1,6 +1,8 @@ #Optional tools that will be compiled on-device -pkg install unstable-repo intltool +pkg install unstable-repo -y + +pkg install intltool wget https://archive.xfce.org/src/xfce/xfce4-dev-tools/4.16/xfce4-dev-tools-4.16.0.tar.bz2 tar -xvf xfce4-dev-tools-4.16.0.tar.bz2