ShadowRePlay-Linux icon indicating copy to clipboard operation
ShadowRePlay-Linux copied to clipboard

/usr/local/bin/shadowreplay: 62: export: Illegal option -f

Open Sudham6 opened this issue 3 years ago • 3 comments

Hey, I have just installed Shadowreplay-linux , I followed the exact instructions that are in the guide and after I installed and try to run it it says "/usr/local/bin/shadowreplay: 62: export: Illegal option -f"

Can u Please fix this I really wanna start a gaming youtube channel. Thank You.

Sudham6 avatar Jun 18 '22 19:06 Sudham6

Changing the first line from #!/bin/sh to #!/bin/bash oughta fix it. Haven't tested it, but it looks like the -f option is a bashism.

different55 avatar Jun 19 '22 21:06 different55

Changing the first line from #!/bin/sh to #!/bin/bash oughta fix it. Haven't tested it, but it looks like the -f option is a bashism.

nope doesnt work it is a bash only feature though from what i've seen, so idk why

TheCheddarCheese avatar Sep 22 '23 18:09 TheCheddarCheese

You need to be using bash. Try this:

/bin/bash shadowreplay

Stonley890 avatar Oct 12 '23 22:10 Stonley890