Actualiser install.sh
This commit is contained in:
parent
a47ffc4de3
commit
e45f592a98
@ -78,10 +78,10 @@ packages=(
|
|||||||
atril
|
atril
|
||||||
caja-admin
|
caja-admin
|
||||||
caja-mediainfo
|
caja-mediainfo
|
||||||
caja-nextcloud
|
|
||||||
caja-share
|
caja-share
|
||||||
caja-eiciel
|
caja-eiciel
|
||||||
celluloid
|
celluloid
|
||||||
|
cheese
|
||||||
crow-translate
|
crow-translate
|
||||||
dconf-editor
|
dconf-editor
|
||||||
foliate
|
foliate
|
||||||
@ -130,10 +130,10 @@ apt install -y curl flatpak freerdp2-x11 figlet htop libnotify-bin nmap net-tool
|
|||||||
# Installation des logiciels en fonction du profil d'utilisation (décommenter selon le besoin)
|
# Installation des logiciels en fonction du profil d'utilisation (décommenter selon le besoin)
|
||||||
# apt install -y blender
|
# apt install -y blender
|
||||||
# apt install -y brasero
|
# apt install -y brasero
|
||||||
# apt install -y cheese
|
# apt install -y caja-nextcloud
|
||||||
# apt install -y geany geany-plugin-addons geany-plugin-git-changebar geany-plugin-overview geany-plugin-spellcheck geany-plugin-treebrowser geany-plugin-vimode
|
# apt install -y geany geany-plugin-addons geany-plugin-git-changebar geany-plugin-overview geany-plugin-spellcheck geany-plugin-treebrowser geany-plugin-vimode
|
||||||
apt install -y firefox-esr-l10n-fr
|
apt install -y firefox-esr-l10n-fr
|
||||||
# apt install -y thunderbird-l10n-fr
|
apt install -y thunderbird-l10n-fr
|
||||||
# apt install -y gimp gimp-data-extras gimp-help-fr
|
# apt install -y gimp gimp-data-extras gimp-help-fr
|
||||||
# apt install -y hugin
|
# apt install -y hugin
|
||||||
# apt install -y imagination
|
# apt install -y imagination
|
||||||
@ -219,6 +219,7 @@ cp $builddir/dconf/user /etc/dconf/profile/user
|
|||||||
# Mise à jour du répertoire /home de l'utilisateur principal sudo à l'origine de l'installation
|
# Mise à jour du répertoire /home de l'utilisateur principal sudo à l'origine de l'installation
|
||||||
mkdir -p /home/$username/.config/autostart
|
mkdir -p /home/$username/.config/autostart
|
||||||
cp $builddir/autostart/* /home/$username/.config/autostart/
|
cp $builddir/autostart/* /home/$username/.config/autostart/
|
||||||
|
# Décommenter la ligne ci-dessous si vous avez besoin d'appliquer une commande runonce
|
||||||
#cp $builddir/runonce/* /home/$username/.config/autostart/
|
#cp $builddir/runonce/* /home/$username/.config/autostart/
|
||||||
mkdir -p /home/$username/.config/dconf
|
mkdir -p /home/$username/.config/dconf
|
||||||
cp $builddir/dconf/user.txt /home/$username/.config/dconf/
|
cp $builddir/dconf/user.txt /home/$username/.config/dconf/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user