diff --git a/files/apt/60-libreoffice b/files/apt/60-libreoffice index c522ab7..327c39f 100644 --- a/files/apt/60-libreoffice +++ b/files/apt/60-libreoffice @@ -1,3 +1,3 @@ Package: libreoffice libreoffice-gtk3 libreoffice-l10n-fr -in: release n=stretch-backport +in: release n=stretch-backports Pin-Priority: 991 diff --git a/files/apt/60-remmina b/files/apt/60-remmina index 77a30fd..f15a097 100644 --- a/files/apt/60-remmina +++ b/files/apt/60-remmina @@ -1,3 +1,3 @@ Package: remmina remmina-plugin-rdp -in: release n=stretch-backport +in: release n=stretch-backports Pin-Priority: 991 diff --git a/install.sh b/install.sh index e1fe667..c81f077 100755 --- a/install.sh +++ b/install.sh @@ -111,7 +111,7 @@ configure_plymouth (){ message "done" "ok" message "\nConfigure grub command line : " local splash_enable=$(sed -rn 's/GRUB_CMDLINE_LINUX_DEFAULT=\"(.*)\"/\1/p' ${GRUB_DEFAULT_CONF_FILE} | grep -o "splash" ) - [[ -z $spash_enable ]] && configure_grub || message "Grub spash kernel option exist " "warn" + [[ -z $splash_enable ]] && configure_grub || message "Grub splash kernel option exist " "warn" message "done" "ok" message "\nSelect plymouth theme : " plymouth-set-default-theme -R spinner &>/dev/null @@ -123,11 +123,10 @@ configure_plymouth (){ } message "\nAdd Debian stretch backport and Sid Repository :" -cp ./files/apt/10.stretch_backport.list /etc/apt/sources.list.d/ -cp ./files/apt/20.sid.list /etc/apt/sources.list.d/ +cp ./files/apt/*.list /etc/apt/sources.list.d/ cp ./files/apt/20-stable /etc/apt/preferences.d/ -cp ./files/apt/80-fusioninventory /etc/apt/preferences.d/ -cp ./files/apt/80-papirus-icon-theme /etc/apt/preferences.d/ +cp ./files/apt/60-* /etc/apt/preferences.d/ +cp ./files/apt/80-* /etc/apt/preferences.d/ message "done\n" "ok"