Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outwardly refer to VxMarkScan as VxMark and remove VxMark(Old) as option (and other minor cleanup) #415

Merged
merged 3 commits into from
Nov 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove no longer relevant vendor menu option
arsalansufi committed Nov 12, 2024

Verified

This commit was signed with the committer’s verified signature.
commit 8a30d845dfa9d4a75bdff84612d00c196abebf22
8 changes: 0 additions & 8 deletions config/vendor-functions/show-vendor-menu.sh
Original file line number Diff line number Diff line change
@@ -108,9 +108,6 @@ while true; do
echo "${#CHOICES[@]}. Recreate Machine Cert"
CHOICES+=('recreate-machine-cert')

echo "${#CHOICES[@]}. Reset System Authentication Code"
CHOICES+=('reset-totp')

echo "${#CHOICES[@]}. Setup Boot Entry"
CHOICES+=('setup-boot-entry')

@@ -242,11 +239,6 @@ while true; do
prompt-to-restart
;;

reset-totp)
"${VX_FUNCTIONS_ROOT}/reset-totp.sh"
read -s -n 1
;;

lockdown)
sudo "${VX_FUNCTIONS_ROOT}/lockdown.sh"
read -s -n 1