Add neon support

这个提交包含在:
2022-01-10 15:46:34 -05:00
父节点 d2ac84802f
当前提交 cdae1f9b20

查看文件

@@ -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