5 lines
237 B
Plaintext
5 lines
237 B
Plaintext
|
#!/bin/sh
|
||
|
sudo ln -sf /lib/i386-linux-gnu/libudev.so.1 /lib/i386-linux-gnu/libudev.so.0
|
||
|
~/Downloads/Popcorn-Time/Popcorn-Time #replace this line with the path to the executable you want to launch
|
||
|
sudo rm /lib/i386-linux-gnu/libudev.so.0
|