Skip to content

Commit

Permalink
Merge pull request #5 from dr1rrb/dev/dr/x64
Browse files Browse the repository at this point in the history
Update to x64
  • Loading branch information
dr1rrb authored Jan 4, 2025
2 parents 8c74c08 + abd2022 commit 73fbde0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ WORKDIR C:\\PlexSetup
# ADD https://downloads.plex.tv/plex-media-server-new/1.15.3.876-ad6e39743/windows/PlexMediaServer-1.15.3.876-ad6e39743-x86.exe Setup.exe

# Install Plex
RUN {plex.installer} /quiet
RUN reg import Config.reg
RUN {plex.installer} /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

# Cleanup
RUN del /F /Q {plex.installer}
Expand Down
2 changes: 1 addition & 1 deletion PlexSetup/Run.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ echo You can take ownership of a newly created server by navigating to one of th

echo Starting Plex
start "Registry sync" "C:\PlexSetup\DockerRegistrySync\DockerRegistrySync.exe" "C:\Plex\PlexConfig.json" "HKEY_CURRENT_USER\Software\Plex, Inc.\Plex Media Server"
"C:\Program Files (x86)\Plex\Plex Media Server\Plex Media Server.exe"
"C:\Program Files\Plex\Plex Media Server\Plex Media Server.exe"

0 comments on commit 73fbde0

Please sign in to comment.