AnLinux-App
AnLinux-App copied to clipboard
bash: ./start-fedora.sh: No such file or directory
Even after running installation command successfully, it's showing the the error "bash: ./start-fedora.sh: No such file or directory".
" pkg install wget openssl-tool proot tar -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Fedora/fedora.sh && bash fedora.sh" the command used to install
Maybe you could try the command ls
under /data/data/com.termux/files/home
(~
) to see if there exists the file start-fedora.sh
.