DO NOT USE this repo unless you have to. This is so untrusted that we don't ship this with soar & only way to add this source is to do it manually. We made it intentionally difficult for a simple reason: Most packages on here have no way to verify where did they come from & what's actually inside them.
On a scale of 1-10, we had rate this source as 1, use it at your own Risk.
Add
(Recommended)
#ONLY If you didn't already use it or have your own custom config
soar defconfig --external
soar sync
soar list 'appimagehub'
[ ~/.config/soar/config.toml ]
#Open the config file using your favourtie editor
#In this example, we will use micro
mkdir -pv "~/.config/soar" &&\
micro "~/.config/soar/config.toml"
[[repositories]]
name = "appimagehub"
url = "https://meta.pkgforge.dev/external/appimagehub/x86_64-Linux.json.zstd"
soar sync
soar list 'appimagehub'
(NOT-Recommended)
mkdir -pv "~/.config/soar" &&\
tee -a "~/.config/soar/config.toml" <<EOF
[[repositories]]
name = "appimagehub"
url = "https://meta.pkgforge.dev/external/appimagehub/x86_64-Linux.json.zstd"
EOF