Actualiser install.sh
This commit is contained in:
parent
5932451681
commit
c886ed7b23
41
install.sh
41
install.sh
@ -28,23 +28,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 brasero
|
#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 imagination
|
#apt install -y obs-studio
|
||||||
# apt install -y kdenlive
|
|
||||||
# apt install -y obs-studio
|
|
||||||
|
|
||||||
# Désinstallation des paquets non désirés
|
|
||||||
apt remove -y fortunes-min
|
|
||||||
|
|
||||||
# Logiciel hors dépôts : Applications Web
|
|
||||||
wget --recursive --no-parent --no-host-directories --no-directories --accept '*webapp-manager*deb' 'http://packages.linuxmint.com/pool/main/w/webapp-manager/' -P /tmp/wibian/
|
|
||||||
release=$(ls /tmp/wibian/webapp-manager_1.* | tail -1)
|
|
||||||
apt install -y $release
|
|
||||||
|
|
||||||
# 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"
|
||||||
@ -61,27 +51,12 @@ chmod +x /usr/local/bin/vdiclient.py
|
|||||||
cd $builddir
|
cd $builddir
|
||||||
|
|
||||||
# Flatpak (reboot nécéssaire)
|
# Flatpak (reboot nécéssaire)
|
||||||
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
|
||||||
flatpak install -y flathub \
|
flatpak install -y flathub \
|
||||||
com.github.tchx84.Flatseal \
|
|
||||||
io.github.giantpinkrobots.flatsweep \
|
|
||||||
io.freetubeapp.FreeTube \
|
|
||||||
com.github.geigi.cozy \
|
|
||||||
io.crow_translate.CrowTranslate \
|
|
||||||
com.discordapp.Discord \
|
com.discordapp.Discord \
|
||||||
com.jgraph.drawio.desktop \
|
|
||||||
me.hyliu.fluentreader \
|
|
||||||
io.github.hmlendea.geforcenow-electron \
|
io.github.hmlendea.geforcenow-electron \
|
||||||
org.onlyoffice.desktopeditors \
|
|
||||||
org.jdownloader.JDownloader \
|
org.jdownloader.JDownloader \
|
||||||
com.github.PintaProject.Pinta \
|
|
||||||
com.valvesoftware.Steam \
|
com.valvesoftware.Steam \
|
||||||
com.stremio.Stremio \
|
com.stremio.Stremio
|
||||||
de.haeckerfelix.Shortwave \
|
|
||||||
com.github.marinm.songrec \
|
|
||||||
io.github.hakandundar34coding.mini-system-monitor \
|
|
||||||
app.drey.Warp \
|
|
||||||
com.rtosta.zapzap
|
|
||||||
|
|
||||||
# Configuration du profil dconf de l'utilisateur pour synchroniser les paramètres via un fichier texte
|
# Configuration du profil dconf de l'utilisateur pour synchroniser les paramètres via un fichier texte
|
||||||
mkdir -p /etc/dconf/profile
|
mkdir -p /etc/dconf/profile
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user