diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index a88b4e2a..89d4d024 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -272,7 +272,7 @@ bootstrap_pkgbase_release() { -o ASSUME_ALWAYS_YES="yes" \ -o FINGERPRINTS="${fingerprints}" \ install -r "${repo_name}" \ - freebsd-set-"${package}"; then + FreeBSD-set-"${package}"; then ERROR_COUNT=$((ERROR_COUNT + 1)) fi @@ -753,4 +753,4 @@ if [ "${PKGBASE}" -eq 0 ]; then bastille update "${RELEASE}" ;; esac -fi \ No newline at end of file +fi diff --git a/usr/local/share/bastille/etcupdate.sh b/usr/local/share/bastille/etcupdate.sh index 4d85f2bd..fb5b50df 100644 --- a/usr/local/share/bastille/etcupdate.sh +++ b/usr/local/share/bastille/etcupdate.sh @@ -75,7 +75,7 @@ bootstrap_etc_release_pkgbase() { -o ASSUME_ALWAYS_YES="yes" \ -o FINGERPRINTS="${fingerprints}" \ install -r "${repo_name}" \ - freebsd-set-src; then + FreeBSD-set-src; then error_exit "[ERROR]: Failed to install package set: FreeBSD-set-src" fi else @@ -270,4 +270,4 @@ while [ "$#" -gt 0 ]; do esac ;; esac -done \ No newline at end of file +done