Skip to content

Commit 3d3bbc2

Browse files
Azathothasgitbook-bot
authored andcommitted
GITBOOK-321: No subject
1 parent d168421 commit 3d3bbc2

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

repositories/external/pkgforge-cargo.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,17 @@ On a scale of <mark style="color:orange;">**1-10**</mark>, we had rate this sour
3131

3232
### Add
3333

34+
{% hint style="success" %}
35+
A fresh/new install of soar will have this repository enabled by default.
36+
{% endhint %}
37+
3438
{% hint style="info" %}
3539
[Using <mark style="color:orange;">**`soar defconfig`**</mark>](#user-content-fn-2)[^2] (<mark style="color:green;">**Recommended**</mark>)&#x20;
3640

3741
{% code overflow="wrap" %}
3842
```bash
3943
#ONLY If you didn't already use it or have your own custom config
40-
soar defconfig --external
44+
soar defconfig
4145
soar sync
4246
soar list 'pkgforge-cargo'
4347
```
@@ -64,7 +68,7 @@ mkdir -pv "~/.config/soar" &&\
6468
```toml
6569
[[repositories]]
6670
name = "pkgforge-cargo"
67-
url = "https://meta.pkgforge.dev/external/pkgforge-cargo/x86_64-Linux.json.zstd"
71+
url = "https://meta.pkgforge.dev/external/pkgforge-cargo/x86_64-Linux.sdb.zstd"
6872
```
6973
{% endcode %}
7074

@@ -89,7 +93,7 @@ mkdir -pv "~/.config/soar" &&\
8993
tee -a "~/.config/soar/config.toml" <<EOF
9094
[[repositories]]
9195
name = "pkgforge-cargo"
92-
url = "https://meta.pkgforge.dev/external/pkgforge-cargo/x86_64-Linux.json.zstd"
96+
url = "https://meta.pkgforge.dev/external/pkgforge-cargo/x86_64-Linux.sdb.zstd"
9397
EOF
9498
```
9599
{% endcode %}

repositories/external/pkgforge-go.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,17 @@ On a scale of <mark style="color:orange;">**1-10**</mark>, we had rate this sour
3131

3232
### Add
3333

34+
{% hint style="success" %}
35+
A fresh/new install of soar will have this repository enabled by default.
36+
{% endhint %}
37+
3438
{% hint style="info" %}
3539
[Using <mark style="color:orange;">**`soar defconfig`**</mark>](#user-content-fn-2)[^2] (<mark style="color:green;">**Recommended**</mark>)&#x20;
3640

3741
{% code overflow="wrap" %}
3842
```bash
3943
#ONLY If you didn't already use it or have your own custom config
40-
soar defconfig --external
44+
soar defconfig
4145
soar sync
4246
soar list 'pkgforge-go'
4347
```
@@ -64,7 +68,7 @@ mkdir -pv "~/.config/soar" &&\
6468
```toml
6569
[[repositories]]
6670
name = "pkgforge-go"
67-
url = "https://meta.pkgforge.dev/external/pkgforge-go/x86_64-Linux.json.zstd"
71+
url = "https://meta.pkgforge.dev/external/pkgforge-go/x86_64-Linux.sdb.zstd"
6872
```
6973
{% endcode %}
7074

@@ -89,7 +93,7 @@ mkdir -pv "~/.config/soar" &&\
8993
tee -a "~/.config/soar/config.toml" <<EOF
9094
[[repositories]]
9195
name = "pkgforge-go"
92-
url = "https://meta.pkgforge.dev/external/pkgforge-go/x86_64-Linux.json.zstd"
96+
url = "https://meta.pkgforge.dev/external/pkgforge-go/x86_64-Linux.sdb.zstd"
9397
EOF
9498
```
9599
{% endcode %}

0 commit comments

Comments
 (0)