slskd: Do not change to latest repo

This commit is contained in:
tschettervictor
2025-04-19 15:26:45 -06:00
committed by GitHub
parent 8e15dd9c43
commit 484d4d1030

View File

@@ -12,10 +12,6 @@ if ! [ $(id -u) = 0 ]; then
exit 1
fi
# Switch to latest repo
mkdir -p /usr/local/etc/pkg/repos
echo 'FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest" }' > /usr/local/etc/pkg/repos/FreeBSD.conf
# Package Installation
pkg install -y \
dotnet \