Skip to content

Commit

Permalink
Use sudo for kodirepo command
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Mar 25, 2024
1 parent ae8472b commit 2223109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
key: ${{ secrets.REPO_KEY }}
script_stop: true
script: |
python3 /usr/local/bin/kodirepo add /srv/incoming/kodi/plugin.video.jellyfin+py3.zip --datadir /srv/repository/main/client/kodi/py3;
rm /srv/incoming/kodi/plugin.video.jellyfin+py3.zip;
sudo /usr/local/bin/kodirepo add /srv/incoming/kodi/plugin.video.jellyfin+py3.zip --datadir /srv/repository/main/client/kodi/py3
rm /srv/incoming/kodi/plugin.video.jellyfin+py3.zip

0 comments on commit 2223109

Please sign in to comment.