We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 933a128 + c731620 commit 4eef08aCopy full SHA for 4eef08a
scripts/update-base.sh
@@ -36,7 +36,7 @@ elif [ "${BACKEND}" = "base" ]; then
36
if [ "${RUST}" = "YES" ]; then
37
JAIL_ROOT="$(jls -N -j network path)"
38
${rustdate} -b "${JAIL_ROOT}" fetch
39
- ${rustdate} -b "${JAIL_ROOT}" install
+ ${rustdate} -b "${JAIL_ROOT}" install -as
40
else
41
freebsd-update -j "${jail_name}" --not-running-from-cron fetch install
42
echo
@@ -51,7 +51,7 @@ elif [ "${BACKEND}" = "base" ]; then
51
unset HTTP_PROXY
52
53
54
55
56
57
fi
0 commit comments