Actualiser install.sh
This commit is contained in:
parent
33e656ba44
commit
9015914fa8
@ -56,7 +56,7 @@ cd $builddir
|
||||
# Téléchargement du logiciel hors dépôts : PDF Studio Pro 2022
|
||||
wget https://download.qoppa.com/pdfstudio/v2022/PDFStudio_v2022_2_5_linux64.sh -P /home/$username/Fichiers/SH/
|
||||
|
||||
# Flatpak (reboot nécéssaire)
|
||||
# Flatpak (reboot nécessaire)
|
||||
flatpak install -y flathub \
|
||||
com.discordapp.Discord \
|
||||
io.github.hmlendea.geforcenow-electron \
|
||||
@ -64,9 +64,8 @@ org.jdownloader.JDownloader \
|
||||
com.valvesoftware.Steam \
|
||||
com.stremio.Stremio
|
||||
|
||||
# Installation des drivers Nvidia
|
||||
# Installation des drivers Nvidia (reboot nécessaire)
|
||||
gpu=$(lspci | grep -i 'nvidia')
|
||||
|
||||
if [[ -n $gpu ]]; then
|
||||
printf 'Une carte Nvidia a été détectée: %s\n' "$gpu"
|
||||
apt install linux-headers-amd64
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user