Mise à jour de 'install.sh'
This commit is contained in:
parent
3934eb7046
commit
05d34ce77b
10
install.sh
10
install.sh
@ -28,10 +28,6 @@ clear
|
|||||||
hostnamectl set-hostname $machinename
|
hostnamectl set-hostname $machinename
|
||||||
sed -i '1i 127.0.0.1\t'$machinename /etc/hosts
|
sed -i '1i 127.0.0.1\t'$machinename /etc/hosts
|
||||||
|
|
||||||
# Configuration du profil dconf de l'utilisateur pour synchroniser les paramètres via un fichier texte
|
|
||||||
mkdir -p /etc/dconf/profile
|
|
||||||
printf '%s\n' 'service-db:keyfile/user' >> /etc/dconf/profile/user
|
|
||||||
|
|
||||||
# noatime
|
# noatime
|
||||||
cp /etc/fstab /etc/fstab.bck
|
cp /etc/fstab /etc/fstab.bck
|
||||||
awk '!/^#/ && ($3 != "swap") && ($2 != "/media/cdrom0") { if(!match(/noatime/, $4)) $4=$4",noatime" } 1' /etc/fstab > /etc/fstab.tmp
|
awk '!/^#/ && ($3 != "swap") && ($2 != "/media/cdrom0") { if(!match(/noatime/, $4)) $4=$4",noatime" } 1' /etc/fstab > /etc/fstab.tmp
|
||||||
@ -101,6 +97,12 @@ notify-send -i $builddir/icones/sympatech_logo_rouge.png "Attention" "Redémarra
|
|||||||
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
flatpak install flathub com.usebottles.bottles com.github.geigi.cozy io.crow_translate.CrowTranslate com.discordapp.Discord com.jgraph.drawio.desktop com.github.tchx84.Flatseal me.hyliu.fluentreader com.github.johnfactotum.Foliate io.github.hmlendea.geforcenow-electron org.onlyoffice.desktopeditors org.jdownloader.JDownloader io.gitlab.librewolf-community org.gnome.World.PikaBackup com.github.marinm.songrec -y
|
flatpak install flathub com.usebottles.bottles com.github.geigi.cozy io.crow_translate.CrowTranslate com.discordapp.Discord com.jgraph.drawio.desktop com.github.tchx84.Flatseal me.hyliu.fluentreader com.github.johnfactotum.Foliate io.github.hmlendea.geforcenow-electron org.onlyoffice.desktopeditors org.jdownloader.JDownloader io.gitlab.librewolf-community org.gnome.World.PikaBackup com.github.marinm.songrec -y
|
||||||
|
|
||||||
|
# Configuration du profil dconf de l'utilisateur pour synchroniser les paramètres via un fichier texte
|
||||||
|
mkdir -p /etc/dconf/profile
|
||||||
|
cp user /etc/dconf/profile/user
|
||||||
|
rm /home/$username/.config/dconf/user
|
||||||
|
#cp user.txt /home/$username/.config/dconf/user.txt
|
||||||
|
|
||||||
# Séléction d'un gestionnaire de fenêtres plus performant et désactivation des animations
|
# Séléction d'un gestionnaire de fenêtres plus performant et désactivation des animations
|
||||||
#gsettings set org.mate.session.required-components windowmanager marco-xr_glx_hybrid
|
#gsettings set org.mate.session.required-components windowmanager marco-xr_glx_hybrid
|
||||||
#gsettings set org.mate.interface enable-animations false
|
#gsettings set org.mate.interface enable-animations false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user