Simple.NFS.GUI icon indicating copy to clipboard operation
Simple.NFS.GUI copied to clipboard

Ubuntu install tutorial wrong

Open pikakolendo02 opened this issue 5 years ago • 0 comments

The line in Ubuntu 20.04 install tutorial sudo dpkg -i ~/simple-nfs-gui_1.0.16-0ubuntu1_all.deb && sudo apt-get install -fy seems wrong. If dependences are not satisfied, dpkg doesn't return 0 after install so apt-get doesn't run. It should be ; instead of &&.

pikakolendo02 avatar Jan 27 '21 18:01 pikakolendo02