Skip to content

Commit

Permalink
base
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 22, 2024
1 parent 73f22a1 commit af72e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ freebsd_update()
freebsd-update -b "$BASE_MNT" -f "$BASE_MNT/etc/freebsd-update.conf" fetch install

echo "clearing freebsd-update cache"
find $BASE_MNT/var/db/freebsd-update/* -delete
rm -rf $BASE_MNT/var/db/freebsd-update/*
}

install_freebsd()
Expand Down

0 comments on commit af72e42

Please sign in to comment.