From 416ace7439e0b4cd6a03f076642ef4b478bef50e Mon Sep 17 00:00:00 2001 From: Lyanis Souidi Date: Mon, 29 Apr 2024 17:31:49 +0200 Subject: [PATCH] Fix conflict packages jdk-openjdk and jre-openjdk are in conflict --- scripts/sandbox-install | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/scripts/sandbox-install b/scripts/sandbox-install index 1d213da..dab2e59 100644 --- a/scripts/sandbox-install +++ b/scripts/sandbox-install @@ -5,18 +5,18 @@ PACKAGES=( "linux-lts" "linux-firmware" "base" "base-devel" "syslinux" "vi" "emacs" "vim" "nano" "micro" "neovim" "bash-completion" "btop" "gdu" "neofetch" "git" "curl" "wget" "rsync" - "unzip" "zip" "gdb" "jdk-openjdk" "jre-openjdk" "openjdk-doc" "tcpdump" "openssh" - "bind" "inetutils" "nmap" "firefox" "firefox-i18n-fr" "libreoffice" "libreoffice-fr" - "rpcbind" "nfs-utils" "xfce4" "xfce4-goodies" "yakuake" "gimp" "xorg" "xf86-video-vesa" - "xf86-video-dummy" "ttf-dejavu" "ttf-liberation" "ttf-bitstream-vera" "acpid" - "sdl12-compat" "sdl_ttf" "sdl_gfx" "sdl_image" "sdl_mixer" "sdl_net" "sdl_sound" - "sdl2_gfx" "sdl2_image" "sdl2_mixer" "sdl2_net" "sdl2_ttf" "dosfstools" "ntfs-3g" "ntp" - "subversion" "cvs" "git" "breezy" "python" "wireshark-qt" "wireshark-cli" "evince" - "dbus" "mlocate" "gvfs" "strace" "net-tools" "postfix" "sudo" "gtksourceview3" "mplayer" - "cronie" "optipng" "lib32-glibc" "libvirt" "qt5" "xterm" "graphviz" "vlc" "pulseaudio" - "pulseaudio-alsa" "tmux" "sleuthkit" "tk" "tcl" "xterm" "junit" "lightdm" "samba" "bind" - "krb5" "tree" "time" "noto-fonts" "noto-fonts-cjk" "noto-fonts-emoji" "noto-fonts-extra" - "numlockx" "lightdm-gtk-greeter" "tigervnc" + "unzip" "zip" "gdb" "jdk-openjdk" "openjdk-doc" "tcpdump" "openssh" "bind" "inetutils" + "nmap" "firefox" "firefox-i18n-fr" "libreoffice" "libreoffice-fr" "rpcbind" "nfs-utils" + "xfce4" "xfce4-goodies" "yakuake" "gimp" "xorg" "xf86-video-vesa" "xf86-video-dummy" + "ttf-dejavu" "ttf-liberation" "ttf-bitstream-vera" "acpid" "sdl12-compat" "sdl_ttf" + "sdl_gfx" "sdl_image" "sdl_mixer" "sdl_net" "sdl_sound" "sdl2_gfx" "sdl2_image" + "sdl2_mixer" "sdl2_net" "sdl2_ttf" "dosfstools" "ntfs-3g" "ntp" "subversion" "cvs" "git" + "breezy" "python" "wireshark-qt" "wireshark-cli" "evince" "dbus" "mlocate" "gvfs" + "strace" "net-tools" "postfix" "sudo" "gtksourceview3" "mplayer" "cronie" "optipng" + "lib32-glibc" "libvirt" "qt5" "xterm" "graphviz" "vlc" "pulseaudio" "pulseaudio-alsa" + "tmux" "sleuthkit" "tk" "tcl" "xterm" "junit" "lightdm" "samba" "bind" "krb5" "tree" + "time" "noto-fonts" "noto-fonts-cjk" "noto-fonts-emoji" "noto-fonts-extra" "numlockx" + "lightdm-gtk-greeter" "tigervnc" ) SWAP_SIZE=16G