mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
4 lines
82 B
Bash
Executable file
4 lines
82 B
Bash
Executable file
#!/bin/bash
|
|
rm -rf ~/.lbrynet/
|
|
rm -rf ~/.lbryum/
|
|
./node_modules/.bin/electron app
|