Actualiser setup_f42
This commit is contained in:
parent
0db3772166
commit
fd42bea3b8
1 changed files with 5 additions and 5 deletions
10
setup_f42
10
setup_f42
|
@ -33,7 +33,7 @@ sudo dnf remove -y firefox
|
||||||
|
|
||||||
# Steam & Proton
|
# Steam & Proton
|
||||||
log "Installation de Steam, ProtonTricks, ProtonPlus"
|
log "Installation de Steam, ProtonTricks, ProtonPlus"
|
||||||
flatpak install -y flathub com.valvesoftware.Steam com.github.Matoking.protontricks io.github.Foldex.AdaptiveProtonPlus
|
flatpak install -y flathub com.valvesoftware.Steam com.github.Matoking.protontricks com.vysp3r.ProtonPlus
|
||||||
|
|
||||||
if [ "$USE_NVIDIA" = true ]; then
|
if [ "$USE_NVIDIA" = true ]; then
|
||||||
flatpak override --user \
|
flatpak override --user \
|
||||||
|
@ -51,16 +51,16 @@ sudo flatpak install -y flathub com.vivaldi.Vivaldi
|
||||||
log "Installation de Bitwarden, SaveDesktop, Linux Themes Store"
|
log "Installation de Bitwarden, SaveDesktop, Linux Themes Store"
|
||||||
flatpak install -y flathub \
|
flatpak install -y flathub \
|
||||||
com.bitwarden.desktop \
|
com.bitwarden.desktop \
|
||||||
com.github.alainm23.savedesktop \
|
io.github.vikdevelop.SaveDesktop \
|
||||||
com.github.fsobolev.SetTheme
|
io.github.debasish_patra_1987.linuxthemestore
|
||||||
|
|
||||||
log "Installation de Flatseal et DistroShelf"
|
log "Installation de Flatseal et DistroShelf"
|
||||||
flatpak install -y flathub com.github.tchx84.Flatseal dev.distrobox.DistroShelf
|
flatpak install -y flathub com.github.tchx84.Flatseal com.ranfdev.DistroShelf
|
||||||
|
|
||||||
log "Permissions étendues pour DistroShelf"
|
log "Permissions étendues pour DistroShelf"
|
||||||
flatpak override --user --filesystem=home --filesystem=/etc --filesystem=/var \
|
flatpak override --user --filesystem=home --filesystem=/etc --filesystem=/var \
|
||||||
--device=all --socket=ssh-auth --socket=x11 --socket=wayland \
|
--device=all --socket=ssh-auth --socket=x11 --socket=wayland \
|
||||||
--talk-name=org.freedesktop.Flatpak dev.distrobox.DistroShelf
|
--talk-name=org.freedesktop.Flatpak com.ranfdev.DistroShelf
|
||||||
|
|
||||||
log "Installation de Visual Studio Code"
|
log "Installation de Visual Studio Code"
|
||||||
flatpak install -y flathub com.visualstudio.code
|
flatpak install -y flathub com.visualstudio.code
|
||||||
|
|
Loading…
Add table
Reference in a new issue