From cd779448cef223dd9c03618388b9467318032886 Mon Sep 17 00:00:00 2001 From: Alvaro Samudio Date: Fri, 25 Mar 2022 14:41:05 +0000 Subject: [PATCH 1/4] add Deepin to systems --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31b6ce4..5f9fa6d 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ curl -fsSL https://get.icewhale.io/casaos-uninstall.sh | bash ### System Compatibility - Ubuntu Server 20.04 amd64 (✅ Recommend, Tested) + - Deepin 20.4 amd64 (⚠️ Not Fully Tested Yet) - Raspberry Pi Lite OS aarch64/arm64 (⚠️ Not Fully Tested Yet) - Debian 11 amd64 (⚠️ Not Fully Tested Yet) - OpenWrt 21.02 amd64 (⚠️ Not Fully Tested Yet) From bf7b32309f7610fe6e5abc33316ec1d78195a725 Mon Sep 17 00:00:00 2001 From: Alvaro Samudio Date: Fri, 25 Mar 2022 14:49:21 +0000 Subject: [PATCH 2/4] =?UTF-8?q?add=20Elementary=20OS=206.1=20J=C3=B3lnir?= =?UTF-8?q?=20to=20systems?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f9fa6d..2c76f16 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ curl -fsSL https://get.icewhale.io/casaos-uninstall.sh | bash ### System Compatibility - Ubuntu Server 20.04 amd64 (✅ Recommend, Tested) + - Elementary OS 6.1 Jólnir amd64 (✅ Recommend, Tested) - Deepin 20.4 amd64 (⚠️ Not Fully Tested Yet) - Raspberry Pi Lite OS aarch64/arm64 (⚠️ Not Fully Tested Yet) - Debian 11 amd64 (⚠️ Not Fully Tested Yet) From c93aa6286e0c3faafc09224295488c51742dcd2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Tue, 29 Mar 2022 15:57:16 +0200 Subject: [PATCH 3/4] Tested on Rockpro64, Odroid C2, Neo2, Cubox-i, x86 Basically it should work on all. https://www.armbian.com/download/ https://docs.armbian.com/#what-is-the-difference-between-armbian-and-debianubuntu --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31b6ce4..1a6bb22 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ curl -fsSL https://get.icewhale.io/casaos-uninstall.sh | bash ### System Compatibility - Ubuntu Server 20.04 amd64 (✅ Recommend, Tested) + - Armbian 22.02 armhf/arm64/amd64 (✅ Recommend, Tested) - Raspberry Pi Lite OS aarch64/arm64 (⚠️ Not Fully Tested Yet) - Debian 11 amd64 (⚠️ Not Fully Tested Yet) - OpenWrt 21.02 amd64 (⚠️ Not Fully Tested Yet) @@ -83,4 +84,4 @@ So, we set out to build this open source project to develop CasaOS with our own - Ober Zhang - Zyaire Ann - John Guan - - Right here, waiting for YOU! \ No newline at end of file + - Right here, waiting for YOU! From 20dbae21c870d0fb06a65b1e92313a93f3f2cc1c Mon Sep 17 00:00:00 2001 From: link Date: Sun, 24 Apr 2022 17:53:57 +0800 Subject: [PATCH 4/4] Update github.go --- pkg/github/github.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/github/github.go b/pkg/github/github.go index 6ef88ea..6e20116 100644 --- a/pkg/github/github.go +++ b/pkg/github/github.go @@ -9,7 +9,7 @@ import ( func GetGithubClient() *github.Client { ctx := context.Background() ts := oauth2.StaticTokenSource( - &oauth2.Token{AccessToken: "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"}, + &oauth2.Token{AccessToken: ""}, ) tc := oauth2.NewClient(ctx, ts) client := github.NewClient(tc)