Skip to content

Commit

Permalink
fixed dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
legendaryredfox committed Sep 23, 2024
1 parent 95a6bb7 commit a57f0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LINUX_BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

- Install .NET version 8
`wget https://dot.net/v1/dotnet-install.sh`
`sudo bash dotnet-install.sh --architecture x64 --install-dir /usr/share/dotnet/ --runtime dotnet --version 8.0.19`
`sudo bash dotnet-install.sh --architecture x64 --install-dir /usr/share/dotnet/ --runtime dotnet --version 8.0.8`

- Clone the repo
`git clone https://github.com/sim0n00ps/OF-DL.git`
Expand Down

0 comments on commit a57f0de

Please sign in to comment.