Skip to content

Commit

Permalink
Use C2 instance for Kali
Browse files Browse the repository at this point in the history
Attemting to speed up download using a C2 instance
  • Loading branch information
VJftw authored Dec 31, 2023
1 parent ea3c0b9 commit cd72159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flavours/debian/kali/xfce4.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source "googlecompute" "kali" {
disable_default_service_account = true
disk_type = "pd-ssd"
image_name = "kali-xfce4-${var.version_suffix}"
machine_type = "e2-standard-8"
machine_type = "c2-standard-8"
metadata = {
enable-oslogin = "false"
}
Expand Down

0 comments on commit cd72159

Please sign in to comment.