Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrg authored Jun 5, 2021
1 parent 220957b commit 84271b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,11 @@ installPopcorn() {
sudo apt install ./popcorn.deb;
curlToFile ${REPO_URL}"desktop/popcorn.desktop" "/usr/share/applications/popcorn-time.desktop";
rm -f popcorn.deb;

sudo sed 's/movies-v2.api-fetch.sh/popcorn-ru.tk/g' /opt/Popcorn-Time/node_modules/butter-settings-popcorntime.io/index.js -n;
sudo sed 's/tv-v2.api-fetch.sh/popcorn-ru.tk/g' /opt/Popcorn-Time/node_modules/butter-settings-popcorntime.io/index.js -n;
sudo sed 's/anime-v2.api-fetch.sh/popcorn-ru.tk/g' /opt/Popcorn-Time/node_modules/butter-settings-popcorntime.io/index.js -n;

breakLine;
}

Expand Down

0 comments on commit 84271b3

Please sign in to comment.