mirror of
https://github.com/labring/sealos.git
synced 2026-08-30 17:58:09 +08:00
ci(main): fix note using sealos.io (#2647)
Signed-off-by: cuisongliu <cuisongliu@qq.com>
This commit is contained in:
@@ -51,9 +51,10 @@ https://apt.fury.io/${USERNAME:-labring}/
|
||||
To enable, add the following file **/etc/apt/sources.list.d/fury.list**:
|
||||
|
||||
\`\`\`
|
||||
deb [trusted=yes] https://apt.fury.io/${USERNAME:-labring}/ /
|
||||
deb [trusted=yes] https://apt.repo.sealos.io/ /
|
||||
\`\`\`
|
||||
|
||||
|
||||
### Yum源
|
||||
|
||||
Use your public YUM Repository URL to install RPM packages:
|
||||
@@ -67,7 +68,7 @@ To enable, add the following file **/etc/yum.repos.d/fury.repo**:
|
||||
\`\`\`
|
||||
[fury]
|
||||
name=Gemfury Private Repo
|
||||
baseurl=https://yum.fury.io/${USERNAME:-labring}/
|
||||
baseurl=https://yum.repo.sealos.io/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
\`\`\`
|
||||
|
||||
Reference in New Issue
Block a user