Actualiser install.sh
This commit is contained in:
parent
1996c3d8e9
commit
0f6e3861a4
11
install.sh
11
install.sh
@ -39,13 +39,6 @@ EOF
|
|||||||
apt update
|
apt update
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
|
|
||||||
# Installation et configuration du logiciel des gestion automatique des mises à jour
|
|
||||||
# Commande pour tester le bon fonctionnement : unattended-upgrades --dry-run --debug
|
|
||||||
apt install -y unattended-upgrades
|
|
||||||
cp 50unattended-upgrades /etc/apt/apt.conf.d/50unattended-upgrades
|
|
||||||
cp /usr/share/unattended-upgrades/20auto-upgrades /etc/apt/apt.conf.d/
|
|
||||||
sed -i 's/InhibitDelayMaxSec=30/InhibitDelayMaxSec=1800/g' /usr/lib/systemd/logind.conf.d/unattended-upgrades-logind-maxdelay.conf
|
|
||||||
|
|
||||||
# Installation des composants du serveur graphique Xorg
|
# Installation des composants du serveur graphique Xorg
|
||||||
apt install -y xorg xbacklight xbindkeys xinput xvkbd
|
apt install -y xorg xbacklight xbindkeys xinput xvkbd
|
||||||
|
|
||||||
@ -71,6 +64,9 @@ apt install -y blueman pulseaudio-module-bluetooth
|
|||||||
apt install -y cups system-config-printer
|
apt install -y cups system-config-printer
|
||||||
apt install --install-recommends -y printer-driver-all
|
apt install --install-recommends -y printer-driver-all
|
||||||
|
|
||||||
|
# Installation d'un outil de notification et d'installation des mises à jour
|
||||||
|
apt install -y package-update-indicator gnome-package-updater
|
||||||
|
|
||||||
# Activation des services fraichement installés
|
# Activation des services fraichement installés
|
||||||
systemctl enable acpid
|
systemctl enable acpid
|
||||||
systemctl enable cups
|
systemctl enable cups
|
||||||
@ -95,6 +91,7 @@ packages=(
|
|||||||
gparted
|
gparted
|
||||||
greybird-gtk-theme
|
greybird-gtk-theme
|
||||||
gtkhash
|
gtkhash
|
||||||
|
gucharmap
|
||||||
kazam
|
kazam
|
||||||
metadata-cleaner
|
metadata-cleaner
|
||||||
mate-applet-brisk-menu
|
mate-applet-brisk-menu
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user