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
|
||||
|
||||
# Installation des logiciels en fonction du profil d'utilisation (décommenter selon le besoin)
|
||||
# apt install -y blender
|
||||
# apt install -y brasero
|
||||
# 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 gimp gimp-data-extras gimp-help-fr
|
||||
# apt install -y hugin
|
||||
# apt install -y imagination
|
||||
# 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
|
||||
#apt install -y blender
|
||||
#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 gimp gimp-data-extras gimp-help-fr
|
||||
#apt install -y hugin
|
||||
#apt install -y kdenlive
|
||||
#apt install -y obs-studio
|
||||
|
||||
# Logiciel hors dépots : Youtube music (E: Sub-process /usr/bin/dpkg returned an error code)
|
||||
#package="https://(.*)youtube-music_(.*).deb"
|
||||
@ -61,27 +51,12 @@ chmod +x /usr/local/bin/vdiclient.py
|
||||
cd $builddir
|
||||
|
||||
# Flatpak (reboot nécéssaire)
|
||||
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
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.jgraph.drawio.desktop \
|
||||
me.hyliu.fluentreader \
|
||||
io.github.hmlendea.geforcenow-electron \
|
||||
org.onlyoffice.desktopeditors \
|
||||
org.jdownloader.JDownloader \
|
||||
com.github.PintaProject.Pinta \
|
||||
com.valvesoftware.Steam \
|
||||
com.stremio.Stremio \
|
||||
de.haeckerfelix.Shortwave \
|
||||
com.github.marinm.songrec \
|
||||
io.github.hakandundar34coding.mini-system-monitor \
|
||||
app.drey.Warp \
|
||||
com.rtosta.zapzap
|
||||
com.stremio.Stremio
|
||||
|
||||
# Configuration du profil dconf de l'utilisateur pour synchroniser les paramètres via un fichier texte
|
||||
mkdir -p /etc/dconf/profile
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user