Email or username:

Password:

Forgot your password?
2 comments
partizan

@gamingonlinux That's nice feature to have, but having `.desktop` file which executes remote scripts is very dangerous idea:

```
Exec=sh -c 'curl -L raw.githubusercontent.com/mora | bash'
```

Liam @ GamingOnLinux 🐧🎮

@partizan This is how lots of things work on steam deck because it's one of the easiest ways to do it, yes it can be dangerous if you're doing it from entirely random scripts

Go Up