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

Updated Node version #171

Merged
merged 1 commit into from
May 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ There are several options available to you. The quickest option is to download a
This option works best if you are not using Windows, or if you are using Windows without Hyper-V running.

[<div style="text-align: center;">Download SamuraiWTF for VirtualBox</div>](https://downloads-samuraiwtf-com.s3.us-west-2.amazonaws.com/SamuraiWTF.ova)
* MD5: `2e49952c1c285cf5dd1523de24886ccd`
* SHA256: `e6224851a90f7f30b90f32edc4dcd8fe633f76cffa859bd9d50989dee692453a`
* MD5: `ec082f87d7f4644057c754afe9d39b93`
* SHA256: `2211213df19ca97b430745a1442c6a488a592068c8fadd55b7c3b68497b44e82`

For more information on removing or disabling Hyper-V, see [these instructions from Microsoft](https://support.microsoft.com/en-us/help/3204980/virtualization-applications-do-not-work-together-with-hyper-v-device-g).

### Option 2: Download Pre-Built VHDX (for Hyper-V)
This option works best if you are running Windows 10 or higher and already have Hyper-V installed. If you use the Windows Linux Subsystem (WLS), then you have Hyper-V installed.

[<div style="text-align: center;">Download SamuraiWTF for Hyper-V</div>](https://downloads-samuraiwtf-com.s3.us-west-2.amazonaws.com/SamuraiWTF_HyperV.zip)
* MD5: `c261110ffa44bb2c45e881571785365b`
* SHA256: `5421b576a65f6ae2f20814da8c69223448716f21006ce737a69044b38c6251ef`
* MD5: `6ef78ffcad8b2b88fef9bf500fb19346`
* SHA256: `1ee0563075770f3a02060f4c0967336c0985e270164525c3cd727dd38e80a848`

Once it is downloaded, you will want to unzip the file and then

Expand Down
2 changes: 2 additions & 0 deletions amazon-linux/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ SCRIPT
Vagrant.configure("2") do |config|

config.vm.box = "gbailey/amzn2"
config.vm.boot_timeout = 1200

config.vm.define "samuraiwtf", primary: true do |samuraiwtf|
samuraiwtf.vm.host_name = "SamuraiWTF"
samuraiwtf.vm.synced_folder "..", "/vagrant"


samuraiwtf.vm.provider "virtualbox" do |vb|
# Display the VirtualBox GUI when booting the machine
vb.gui = true
Expand Down
2 changes: 1 addition & 1 deletion amazon-linux/local_playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@

- name: Download npm installer
get_url:
url: https://rpm.nodesource.com/setup_12.x
url: https://rpm.nodesource.com/setup_16.x
dest: /tmp/npm_setup.sh
mode: 0744
# when: stat_npm_setup.stat.exists == False
Expand Down