Open mathieujobin opened 7 years ago
This is also true in my experience of installing, testing and uninstalling.
+1
This is very broken. Why write temp (garbage) into /usr/local/bin/
?
this piece is what seems to require replacement
https://github.com/archan937/jsonv.sh/blob/master/jsonv#L50-L62
if some of these are required for the script to work, maybe it would fit under /usr/local/share for anything temporary, it should be /tmp/ or /var/run/tmp
the install requires root as it install it under /usr/local/bin/
but then using the command also requires root as it writes to /usr/local/bin/.jsonv/
this should not be....