Outils pour utilisateurs

Outils du site


association:installparty:cleinstall

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
association:installparty:cleinstall [2024/04/09 17:42] sbestelassociation:installparty:cleinstall [2024/04/09 18:49] (Version actuelle) sbestel
Ligne 1: Ligne 1:
    #!/bin/bash    #!/bin/bash
- 
    # Aide à l'installation    # Aide à l'installation
- 
    clear    clear
- 
    sortie=false    sortie=false
- 
    menu=$(cat <<-'EOF'    menu=$(cat <<-'EOF'
    clear    clear
    #---------------------------------------#    #---------------------------------------#
-   #       Menu pour install Ecole         # +   #       Menu pour install UNBEE         # 
-#---------------------------------------# +   #---------------------------------------# 
- (0) - UBUNTU MAJ système & install par défaut +   (0) - UBUNTU MAJ système & install par défaut 
- (1) - X UBUNTU MAJ système & install par défaut +   (1) - X UBUNTU MAJ système & install par défaut 
- (2) - L UBUNTU MAJ système & install par défaut +   (2) - L UBUNTU MAJ système & install par défaut 
- (3) - Divers applis +   (3) - Divers applis suppl 
- (4) - Applications Ecole +   (4) - Cacher l'utilisateur UNBEE 
- (5) - Applications Asso +   (5) - Applications Asso 
- (6) - Outils Admin +   (6) - Installer quelques jeux 
- (7) - Programmation +   (7) - Programmation 
- (9) -  +   (9) -  
-(10) - force upgrade 20.04 à 22.04 (etape 1) +   (10) - force upgrade 20.04 à 22.04 (etape 1) 
-(11) - force upgrade nettoyage système +   (11) - force upgrade nettoyage système 
- (*) - Quitter+   (*) - Quitter 
 +   <<<<<<<< réponse ? 
 +   ---------------------- 
 +   EOF 
 +   )
  
-<<<<<<<< réponse ? +   incontournables () {
- +
----------------------- +
-EOF +
-+
- +
-incontournables () {+
   # sudo cp -f files/sources.list.2004 /etc/apt/sources.list   # sudo cp -f files/sources.list.2004 /etc/apt/sources.list
   sudo sed -i.bak '/^# deb .*partner/ s/^# //' /etc/apt/sources.list   sudo sed -i.bak '/^# deb .*partner/ s/^# //' /etc/apt/sources.list
- # Decrease the swap use+  # Decrease the swap use
   sudo cp -f files/sysctl.conf  /etc/sysctl.conf    sudo cp -f files/sysctl.conf  /etc/sysctl.conf 
-   
   sudo mkdir /usr/share/avatar   sudo mkdir /usr/share/avatar
   sudo cp files/avatar/*.* /usr/share/avatar    sudo cp files/avatar/*.* /usr/share/avatar
- +  # install app
   sudo apt install -y synaptic libreoffice shotwell inkscape gimp glabels cheese easytag gnome-software   sudo apt install -y synaptic libreoffice shotwell inkscape gimp glabels cheese easytag gnome-software
   sudo apt install -y hardinfo numlockx audacity fonts-aenigma vlc openclipart ntfs-3g plank xournal pdfmod   sudo apt install -y hardinfo numlockx audacity fonts-aenigma vlc openclipart ntfs-3g plank xournal pdfmod
-  sudo apt install -y gimp-data-extras chromium-browser openshot-qt sweethome3d sweethome3d-furniture-editor dia +  sudo apt install -y gimp-data-extras chromium-browser openshot-qt sweethome3d dia 
-  sudo apt install -y scribus freeplane basket k3b feedreader radiotray +  sudo apt install -y scribus freeplane basket k3b feedreader radiotray sweethome3d-furniture-editor 
-  sudo apt install -y kazam onboard gstreamer1.0-libav rhythmbox +  sudo apt install -y kazam onboard gstreamer1.0-libav rhythmbox vorbis-tools 
-  sudo apt install -y build-essential x264 x265 flac opus-tools vorbis-tools lame mkvtoolnix mkvtoolnix-gui oggvideotools+  sudo apt install -y build-essential x264 x265 flac opus-tools lame mkvtoolnix mkvtoolnix-gui oggvideotools
   sudo apt install -y kde-l10n-fr language-pack-fr ginmp-help-fr verbiste verbiste-gnome   sudo apt install -y kde-l10n-fr language-pack-fr ginmp-help-fr verbiste verbiste-gnome
   sudo apt install -y libreoffice-l10n-fr thunderbird-locale-fr firefox-locale-fr chromium-browser-l10n    sudo apt install -y libreoffice-l10n-fr thunderbird-locale-fr firefox-locale-fr chromium-browser-l10n 
   sudo apt install -y language-pack-gnome-fr language-pack-gnome-fr-base language-pack-kde-fr mc gnome-system-monitor   sudo apt install -y language-pack-gnome-fr language-pack-gnome-fr-base language-pack-kde-fr mc gnome-system-monitor
- +  # Désactiver la fonction Apport - OPTIONS dans les appli autre
-# Désactiver la fonction Apport - OPTIONS dans les appli autre+
   sudo sed -i 's/enabled=1/enabled=0/' /etc/default/apport   sudo sed -i 's/enabled=1/enabled=0/' /etc/default/apport
   sudo systemctl disable apport.service   sudo systemctl disable apport.service
Ligne 63: Ligne 54:
      
   # appli Appimage : cf launch appimage   # appli Appimage : cf launch appimage
-  
   sudo apt install -y neofetch stacer menulibre   sudo apt install -y neofetch stacer menulibre
-   
-  # calibre  dans les appli autre 
- 
- 
  }  }
  
Ligne 75: Ligne 61:
   # ******************************************************   # ******************************************************
  
-while [ !$sortie ] +  while [ !$sortie ] 
-  do+    do
      echo "$menu";      echo "$menu";
      read reponse      read reponse
Ligne 132: Ligne 118:
    3) # Divers applis     3) # Divers applis 
       source bash/incontournable.sh       source bash/incontournable.sh
 +      sudo apt install calibre
      ;;      ;;
        
       # **************** 444444444444444 **********************       # **************** 444444444444444 **********************
    4) # Personnalisation station école     4) # Personnalisation station école 
-      source bash/ecole.sh+      source bash/ecole.sh
      ;;      ;;
  
  
    5) # Jeux    5) # Jeux
- source bash/association.sh+      # source bash/association.sh
   
      ;;      ;;
  
    6) #      6) #  
-     source bash/admin.sh+     source bash/admin.sh
     ;;     ;;
  
association/installparty/cleinstall.1712684553.txt.gz · Dernière modification : 2024/04/09 17:42 de sbestel