From e7bf227232faa788703597aff0b2b3bbc9680e21 Mon Sep 17 00:00:00 2001 From: kerta1n <36344851+kerta1n@users.noreply.github.com> Date: Fri, 1 Sep 2023 03:41:33 -0400 Subject: [PATCH 1/4] Update README.md, Debian 12 stable (#1352) Now that Debian 12 is stable, IWT's team should check to make sure that CasaOS is stable and then update the wiki Signed-off-by: kerta1n <36344851+kerta1n@users.noreply.github.com> Co-authored-by: Tiger Wang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be3aace..4c7a5ef 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ CasaOS fully supports ZimaBoard, Intel NUC, and Raspberry Pi. Also, more compute ### System Compatibility Official Support -- Debian 11 (✅ Tested, Recommended) +- Debian 12 (✅ Tested, Recommended) - Ubuntu Server 20.04 (✅ Tested) - Raspberry Pi OS (✅ Tested) From 590beac43a44bc24e27c5bc513be7bd09ec2b9c5 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sun, 3 Sep 2023 14:56:48 +0200 Subject: [PATCH 2/4] Fix minor typos (#1372) Fix minor typos Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c7a5ef..6afbcfa 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ After looking at many systems and software on the market, the team found no serv So, we set out to build this open source project to develop CasaOS with our own hands, everyone in the community, and you. -We believes that through community-driven collaborative innovation and open communication with global developers, we can reshape the digital home experience like never before. +We believe that through community-driven collaborative innovation and open communication with global developers, we can reshape the digital home experience like never before. **A warm welcome for you to get help or share great ideas in the [Discord](https://discord.gg/knqAbbBbeX)!** @@ -163,7 +163,7 @@ We believes that through community-driven collaborative innovation and open comm CasaOS is a community-driven open source project and the people involved are CasaOS users. That means CasaOS will always need contributions from community members just like you! - See for ways of contribution to CasaOS -- See if you want to be involved in code contribution specificially +- See if you want to be involved in code contribution specifically ## Donate

bappi2097

From 995d67543d332a7a093982b5138b2c8eb79027cf Mon Sep 17 00:00:00 2001 From: aevum123 <87996440+aevum123@users.noreply.github.com> Date: Sun, 3 Sep 2023 19:35:20 -0400 Subject: [PATCH 3/4] Update README.md (#1374) Couple small grammar fixes Signed-off-by: aevum123 <87996440+aevum123@users.noreply.github.com> --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6afbcfa..42615e6 100644 --- a/README.md +++ b/README.md @@ -146,11 +146,11 @@ curl -fsSL https://get.icewhale.io/casaos-uninstall.sh | sudo bash ## Community -The word Casa comes from the Spanish word for "home". Project CasaOS originated as a pre-installed system for crowdfunded product [ZimaBoard](https://www.zimaboard.com) on Kickstarter. +The word Casa comes from the Spanish word for "home". Project CasaOS originated as a pre-installed system for the crowdfunded product [ZimaBoard](https://www.zimaboard.com) on Kickstarter. After looking at many systems and software on the market, the team found no server system designed for home scenarios, sadly true. -So, we set out to build this open source project to develop CasaOS with our own hands, everyone in the community, and you. +So, we set out to build this open-source project to develop CasaOS with our own hands, everyone in the community, and you. We believe that through community-driven collaborative innovation and open communication with global developers, we can reshape the digital home experience like never before. @@ -162,7 +162,7 @@ We believe that through community-driven collaborative innovation and open commu CasaOS is a community-driven open source project and the people involved are CasaOS users. That means CasaOS will always need contributions from community members just like you! -- See for ways of contribution to CasaOS +- See for ways of contributing to CasaOS - See if you want to be involved in code contribution specifically ## Donate @@ -209,7 +209,7 @@ Everyone's contribution is greatly appreciated. ([Emoji Key](https://allcontribu -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome! ## Changelog From 428be5f2c2c098c9855a2fa314867a1fd424bf42 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 4 Sep 2023 08:36:38 +0900 Subject: [PATCH 4/4] Update casa.yml (#1375) enviroment -> environment Signed-off-by: Ikko Eltociear Ashimine Co-authored-by: Tiger Wang --- .github/workflows/casa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/casa.yml b/.github/workflows/casa.yml index 11c51bb..8dbe8c1 100644 --- a/.github/workflows/casa.yml +++ b/.github/workflows/casa.yml @@ -65,7 +65,7 @@ jobs: # ls - - name: Set enviroment for github-release + - name: Set environment for github-release run: | echo "VERSION=$(cat types/system.go | grep CURRENTVERSION | awk '$2 == "CURRENTVERSION"{print $4}' | sed 's/"//g')" >>$GITHUB_ENV echo "BODY=$(cat types/system.go | grep BODY | awk -F= '{print $2}' | sed 's/"//g')" >>$GITHUB_ENV