EXALAB / AnLinux-App

AnLinux allow you to run Linux on Android without root access.
Apache License 2.0
1.75k stars 250 forks source link

安装anlinux为什么出现“bash: ./start-Debian.sh: No such file or directory” #289

Open ziyouhua opened 3 years ago

ziyouhua commented 3 years ago

我在anlinux选择要安装Debian,在termux输入”pkg install wget openssl-tool proot -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Debian/debian.sh && bash debian.sh”,接着输入./start-debian.sh,但termux显示“bash: ./start-Debian.sh: No such file or directory”,请问这是为什么?

dangjinghao commented 3 years ago

请查看第一次输入指令之后打印出的信息,你可能没有成功下载debian.sh或者在执行debian.sh时 wget "https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Rootfs/Debian/${archurl}/debian-rootfs-${archurl}.tar.xz" -O $tarball 没有成功执行 中国大陆地区(我所处的地方是这样的)是无法直接连接githubusercontent.com的 而stat-debian.sh是在解压此压缩包后创建并写入的。 所以如果目前你还未解决的话,我推荐你检查网络