From cdae1f9b205b4c95cfebecac562a4fa8d72fc897 Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 10 Jan 2022 15:46:34 -0500 Subject: [PATCH] Add neon support --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index de790af..0f4a702 100755 --- a/installJRMC +++ b/installJRMC @@ -113,7 +113,7 @@ init() { getOS # Make sure universe repo is installed on Ubuntu - if [[ "$ID" == "ubuntu" ]]; then + if [[ "$ID" == "ubuntu|neon" ]]; then if ! grep ^deb /etc/apt/sources.list|grep -q universe; then sudo add-apt-repository universe fi