我通过Mininet源码安装时候, 输入命令#./util/install.sh -a 之后出现以下提示 Detected Linux distribution: Deepin 15.4.1 unstable amd64
Install.sh currently only supports Ubuntu, Debian, RedHat and Fedora.
是否有办法解决呢?求助大家。
Reply Like 0 Favorite View the author
All Replies
jingle
deepin
2017-11-13 18:04
#1
估计没有帮deepin适配吧
Reply Like 0 View the author
153******45
deepin
2017-11-13 20:59
#2
修改脚本添加deepin
Reply Like 0 View the author
pigeon_
deepin
2019-08-28 01:19
#3
本帖最后由 pigeon_ 于 2019-8-27 20:13 编辑
报错的是install.sh中的这一段代码:
if ! echo $DIST | egrep "$DISTS" >/dev/null; then
echo "Install.sh currently only supports $DISTS."
exit 1
fi
顺着代码向上找,修改对应的DIST和DISTS,可以适配Deepin。
Detected Linux distribution: Deepin 15.4.1 unstable amd64
Install.sh currently only supports Ubuntu, Debian, RedHat and Fedora.
是否有办法解决呢?求助大家。