Closed vorticalbox closed 8 months ago
I also had this issue. I fixed it by creating my own install.sh
file then copied the repo's install.sh
codes.
Well, I am using debian. So, my firefox default directory's name is ".default-esr" and not ".default-release".So, I edited the "default-release" line inside "install.sh" script file by using an editor and changed it to "default.esr". It worked!
This seems like anticipated behavior as indicated by the inclusion in the README of the advice to "inspect the install script for projects you aren't familiar with."
This seems like anticipated behavior as indicated by the inclusion in the README of the advice to "inspect the install script for projects you aren't familiar with."
as in my example, I ran the command in my terminal from the install.sh https://github.com/mut-ex/minimal-functional-fox/blob/master/install.sh#L48 and it correctly finds the folder when ran directly but not from within the script
the script is failing to find my profile folder but if manually type in the find it finds the folder