Ubuntu changement de version

pull/24/head
Rawane Boubrima 2023-05-23 10:15:04 +02:00
parent 9cd6b230c2
commit a9abf4bfd9
2 changed files with 2 additions and 2 deletions

View File

@ -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"
}
}

View File

@ -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