Add neon support
This commit is contained in:
@@ -113,7 +113,7 @@ init() {
|
|||||||
getOS
|
getOS
|
||||||
|
|
||||||
# Make sure universe repo is installed on Ubuntu
|
# 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
|
if ! grep ^deb /etc/apt/sources.list|grep -q universe; then
|
||||||
sudo add-apt-repository universe
|
sudo add-apt-repository universe
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user