Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rename Whonix-Workstation-CUSTOM to Whonix-Custom-Workstation
  • Loading branch information
adrelanos committed May 29, 2022
1 parent bb3e5d1 commit 59f0feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions help-steps/variables
Expand Up @@ -214,8 +214,8 @@ if [ "$dist_build_flavor" = "whonix-workstation-cli" ]; then
fi

if [ "$dist_build_flavor" = "whonix-custom-workstation" ]; then
[ -n "$SHORT_VMNAME" ] || SHORT_VMNAME="Whonix-Workstation-CUSTOM"
[ -n "$VMNAME" ] || VMNAME="Whonix-Workstation-CUSTOM"
[ -n "$SHORT_VMNAME" ] || SHORT_VMNAME="Whonix-Custom-Workstation"
[ -n "$VMNAME" ] || VMNAME="Whonix-Custom-Workstation"
[ -n "$VMRAM" ] || VMRAM="2048"
[ -n "$VRAM" ] || VRAM="128"
[ -n "$dist_build_type_long" ] || dist_build_type_long="custom-workstation"
Expand Down

0 comments on commit 59f0feb

Please sign in to comment.