Actualiser install.sh
This commit is contained in:
parent
9015914fa8
commit
618afac59c
18
install.sh
18
install.sh
@ -19,6 +19,7 @@ apt upgrade -y
|
|||||||
|
|
||||||
# Création du répertoire Fichiers dans l'espace personnel
|
# Création du répertoire Fichiers dans l'espace personnel
|
||||||
mkdir -p /home/$username/Fichiers
|
mkdir -p /home/$username/Fichiers
|
||||||
|
gio set /home/wilou/Fichiers/ metadata::custom-icon file:///usr/share/icons/Papirus/48x48/places/folder-applications.svg
|
||||||
|
|
||||||
# Installation des dépendances pour Zoom
|
# Installation des dépendances pour Zoom
|
||||||
#apt install libxcb-xtest0 ibus
|
#apt install libxcb-xtest0 ibus
|
||||||
@ -31,13 +32,13 @@ virsh net-start default
|
|||||||
virsh net-autostart default
|
virsh net-autostart default
|
||||||
|
|
||||||
# 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 caja-nextcloud
|
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 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 kdenlive
|
apt install -y kdenlive
|
||||||
#apt install -y obs-studio
|
apt install -y obs-studio
|
||||||
|
|
||||||
# Logiciel hors dépots : Youtube music (E: Sub-process /usr/bin/dpkg returned an error code)
|
# Logiciel hors dépots : Youtube music (E: Sub-process /usr/bin/dpkg returned an error code)
|
||||||
#package="https://(.*)youtube-music_(.*).deb"
|
#package="https://(.*)youtube-music_(.*).deb"
|
||||||
@ -60,7 +61,10 @@ wget https://download.qoppa.com/pdfstudio/v2022/PDFStudio_v2022_2_5_linux64.sh -
|
|||||||
flatpak install -y flathub \
|
flatpak install -y flathub \
|
||||||
com.discordapp.Discord \
|
com.discordapp.Discord \
|
||||||
io.github.hmlendea.geforcenow-electron \
|
io.github.hmlendea.geforcenow-electron \
|
||||||
|
com.heroicgameslauncher.hgl \
|
||||||
org.jdownloader.JDownloader \
|
org.jdownloader.JDownloader \
|
||||||
|
net.lutris.Lutris \
|
||||||
|
net.davidotek.pupgui2 \
|
||||||
com.valvesoftware.Steam \
|
com.valvesoftware.Steam \
|
||||||
com.stremio.Stremio
|
com.stremio.Stremio
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user