From 8f6e9657a68dcb1ee639afe5c3ddd9498b3b1e88 Mon Sep 17 00:00:00 2001 From: Christopher Whitley <103014489+AristurtleDev@users.noreply.github.com> Date: Wed, 22 May 2024 11:01:15 -0400 Subject: [PATCH] Update url for wine setup script --- .../1_setting_up_your_development_environment_unix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/getting_started/1_setting_up_your_development_environment_unix.md b/articles/getting_started/1_setting_up_your_development_environment_unix.md index f217860b..ff7ee2da 100644 --- a/articles/getting_started/1_setting_up_your_development_environment_unix.md +++ b/articles/getting_started/1_setting_up_your_development_environment_unix.md @@ -58,7 +58,7 @@ sudo apt install wine64 p7zip-full curl Create wine prefix: ```sh -wget -qO- https://raw.githubusercontent.com/MonoGame/MonoGame/master/Tools/MonoGame.Effect.Compiler/mgfxc_wine_setup.sh | bash +wget -qO- https://monogame.net/downloads/net6_mgfxc_wine_setup.sh | bash ``` If you ever need to undo the script, simply delete the `.winemonogame` folder in your home directory.