Skip to content

Commit 15278f7

Browse files
committed
update wine script link
1 parent c6bd46f commit 15278f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/getting_started/1_setting_up_your_os_for_development_macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ MonoGame provides a setup script that can be executed to setup the Wine environm
3434
brew install p7zip curl && brew install --cask wine-stable
3535
```
3636

37-
3. Now that the prerequisites are installed, download the [mgfxc_wine_setup.sh](https://monogame.net/downloads/net6_mgfxc_wine_setup.sh) script and execute it by entering the following command in the terminal:
37+
3. Now that the prerequisites are installed, download the [mgfxc_wine_setup.sh](https://monogame.net/downloads/net8_mgfxc_wine_setup.sh) script and execute it by entering the following command in the terminal:
3838

3939
```sh
40-
wget -qO- https://monogame.net/downloads/net6_mgfxc_wine_setup.sh | bash
40+
wget -qO- https://monogame.net/downloads/net8_mgfxc_wine_setup.sh | bash
4141
```
4242

4343
This will create new directory called `.winemonogame` in your home directory. If you ever wish to undo the setup this script performed, just simply delete that directory.

articles/getting_started/1_setting_up_your_os_for_development_ubuntu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ MonoGame provides a setup script that can be executed to setup the Wine environm
3939
>
4040
> Then try installing the packages again.
4141

42-
3. Now that the prerequisites are installed, download the [mgfxc_wine_setup.sh](https://monogame.net/downloads/net6_mgfxc_wine_setup.sh) script and execute it by entering the following command in the terminal:
42+
3. Now that the prerequisites are installed, download the [mgfxc_wine_setup.sh](https://monogame.net/downloads/net8_mgfxc_wine_setup.sh) script and execute it by entering the following command in the terminal:
4343

4444
```sh
45-
wget -qO- https://monogame.net/downloads/net6_mgfxc_wine_setup.sh | bash
45+
wget -qO- https://monogame.net/downloads/net8_mgfxc_wine_setup.sh | bash
4646
```
4747

4848
This will create new directory called `.winemonogame` in your home directory. If you ever wish to undo the setup this script performed, just simply delete that directory.

0 commit comments

Comments
 (0)