浏览代码

Tweak .NET to 2.2 and chgro in chown

Joshua Boniface 6 年之前
父节点
当前提交
0e1e6e1d24
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -39,7 +39,7 @@ A package repository is available at https://repo.jellyfin.org.
 
 #### Clean install
 
-0. Install the `dotnet-runtime-2.1` package via [Microsoft's repositories](https://dotnet.microsoft.com/download/dotnet-core/2.1).
+0. Install the `dotnet-runtime-2.2` package via [Microsoft's repositories](https://dotnet.microsoft.com/download/dotnet-core/2.2).
 0. Import the GPG signing key (signed by Joshua):
     ```
     wget -O - https://repo.jellyfin.org/debian/jellyfin-signing-key-joshua.gpg.key | sudo apt-key add -
@@ -85,7 +85,7 @@ The following procedure should work to upgrade from Emby to Jellyfin on an exist
     ```
 0. Correct ownership on the new data directory:
     ```
-    sudo chown -R jellyfin /var/lib/jellyfin
+    sudo chown -R jellyfin:jellyfin /var/lib/jellyfin
     ```
 0. Start the `jellyfin` daemon:
     ```
@@ -104,7 +104,7 @@ NOTE: When building from source, only cloning the full Git repository is support
 
 Debian build facilities are integrated into the repo at `debian/`.
 
-0. Install the `dotnet-sdk-2.1` package via [Microsoft's repositories](https://dotnet.microsoft.com/download/dotnet-core/2.1).
+0. Install the `dotnet-sdk-2.2` package via [Microsoft's repositories](https://dotnet.microsoft.com/download/dotnet-core/2.2).
 0. Run `dpkg-buildpackage -us -uc`.
 0. Install the resulting `jellyfin_*.deb` file on your system.
 
@@ -114,7 +114,7 @@ A huge thanks to Carlos Hernandez who created the original Debian build configur
 
 A pre-built windows installer will be available soon. Until then it isn't too hard to install Jellyfin from Source.
 
-0. Install the dotnet core SDK 2.1 from [Microsoft's Webpage](https://dotnet.microsoft.com/download/dotnet-core/2.1) and [install Git for Windows](https://gitforwindows.org/)
+0. Install the dotnet core SDK 2.2 from [Microsoft's Webpage](https://dotnet.microsoft.com/download/dotnet-core/2.2) and [install Git for Windows](https://gitforwindows.org/)
 0. Clone Jellyfin into a directory of your choice.
     ```
     git clone https://github.com/jellyfin/jellyfin.git C:\Jellyfin