From a9abf4bfd97a8430e485ffff862227e2951613a6 Mon Sep 17 00:00:00 2001 From: Rawane Boubrima Date: Tue, 23 May 2023 10:15:04 +0200 Subject: [PATCH] Ubuntu changement de version --- misp.json | 2 +- scripts/interfaces.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misp.json b/misp.json index 4ebfaf2..14cf4fa 100644 --- a/misp.json +++ b/misp.json @@ -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" } } diff --git a/scripts/interfaces.sh b/scripts/interfaces.sh index dc3a723..60e42f6 100644 --- a/scripts/interfaces.sh +++ b/scripts/interfaces.sh @@ -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