diff --git a/README.md b/README.md index 369c90e..747998e 100755 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ This script will build and compile Suyu for macOS on Apple Silicon. > [!WARNING] > ~~This script is provided for experimentation purposes.
> Don't expect high compatibility, there are reasons why parent project to Suyu didn't get official Mac build.~~
-> Project is dead, [read more](https://pastebin.com/6FYdz9Sr).
+> Project is dead or its life support, [read more](https://pastebin.com/6FYdz9Sr) or latest [update](https://www.youtube.com/watch?v=LG8RBEojCxI) on this case summarized by Mr Sujano
> Working on Sudachi script for now but yeah, > case feels stinky. #### Get it by pressing the button below or via [Releases](https://github.com/mavethee/suyu-macos-builds-script/releases) page :) -[![Download](https://img.shields.io/badge/Download-v0.0.9-brightgreen)](https://github.com/mavethee/suyu-macos-builds-script/releases/download/0.0.9/build_suyu.sh) +[![Download](https://img.shields.io/badge/Download-v0.0.10-brightgreen)](https://github.com/mavethee/suyu-macos-builds-script/releases/download/0.0.10/build_suyu.sh) ## Usage: diff --git a/README_pl_PL.md b/README_pl_PL.md index 290602c..66e4ffc 100755 --- a/README_pl_PL.md +++ b/README_pl_PL.md @@ -4,13 +4,17 @@ #### 🇵🇱 Czytasz polską wersje! Go to the 🇺🇸 English version [here](README.md). -Ten skrypt pobierze wszystkie potrzebne rzeczy dla portu Suyu na macOS. - -Weź pod uwagę, żeby nie nastawiać się na wiele, w obecnym stanie nie jest to w pełni funkcjonalny port. +> [!WARNING] +> ~~Ten skrypt jest w celach eksperymentalnych.
+> Nie oczekuj wysokiej kompatybilności, jest to jeden z powodów, +> dlaczego oryginalny projekt nie wydawał tego portu.~~
+> Projekt obecnie jest martwy/brakuje mu kluczowych deweloperów, [przeczytaj więcej](https://pastebin.com/6FYdz9Sr) lub ostatnią [aktualizację](https://www.youtube.com/watch?v=LG8RBEojCxI) w sprawie podsumowaną przez Mr Sujano.
+> Working on Sudachi script for now but yeah, +> case feels stinky. #### Pobierz klikając w przycisk poniżej lub [na stronie z poszczególnymi wersjami skryptu](https://github.com/mavethee/suyu-macos-builds-script/releases) :) -[![Pobierz](https://img.shields.io/badge/Download-v0.0.9-brightgreen)](https://github.com/mavethee/suyu-macos-builds-script/releases/download/0.0.9/build_suyu.sh) +[![Pobierz](https://img.shields.io/badge/Download-v0.0.10-brightgreen)](https://github.com/mavethee/suyu-macos-builds-script/releases/download/0.0.10/build_suyu.sh) ## Użytkowanie: diff --git a/build_suyu.sh b/build_suyu.sh index 0f3322a..a5b771a 100755 --- a/build_suyu.sh +++ b/build_suyu.sh @@ -76,8 +76,8 @@ else echo -e "${PURPLE}Suyu repository already exists. Updating...${NC}" cd suyu - echo -e "${PURPLE}Fetching latest changes...${NC}" - git fetch origin dev + echo -e "${PURPLE}Pulling latest changes...${NC}" + git pull origin dev echo -e "${PURPLE}Removing existing submodules...${NC}" git submodule deinit -f .