revert: this stopped working, but really odd timing

This commit is contained in:
Franco Fichtner 2024-04-04 11:08:55 +02:00
parent 43c2b39167
commit f2a68310ad
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2016-2023 Franco Fichtner <franco@opnsense.org>
# Copyright (c) 2016-2024 Franco Fichtner <franco@opnsense.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@ -133,7 +133,7 @@ for PACKAGE in ${@}; do
if [ -z "${DO_RELEASE}" ]; then
${PKG} install -f ${PACKAGE}
else
${PKG} install -f ${WORKDIR}/${PACKAGE}.pkg
${PKG} add -f ${WORKDIR}/${PACKAGE}.pkg
fi
${PKG} set -A ${AUTOMATIC} ${PACKAGE}