mirror of https://github.com/MISP/misp-packer
Ubuntu changement de version
parent
9cd6b230c2
commit
a9abf4bfd9
|
@ -258,7 +258,7 @@
|
|||
"ssh_pass": "Password1234",
|
||||
"update": "true",
|
||||
"vm_description": "MISP, is an open source software solution for collecting, storing, distributing and sharing cyber security indicators and threat about cyber security incidents analysis and malware analysis. MISP is designed by and for incident analysts, security and ICT professionals or malware reverser to support their day-to-day operations to share structured informations efficiently.",
|
||||
"vm_name": "MISP_demo_rawane",
|
||||
"vm_name": "MISP_rawane_demo",
|
||||
"vm_version": "2.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
echo "--- Using old style name (ethX) for interfaces"
|
||||
sed -r 's/^(GRUB_CMDLINE_LINUX=).*/\1\"net\.ifnames=0\ biosdevname=0\"/' /etc/default/grub | sudo tee /etc/default/grub > /dev/null
|
||||
|
||||
# install ifupdown since ubuntu 18.04
|
||||
# install ifupdown since ubuntu 20.04
|
||||
sudo apt update
|
||||
sudo apt install ifupdown -qqy
|
||||
|
||||
|
|
Loading…
Reference in New Issue