association:installparty:cleinstall
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |||
| association:installparty:cleinstall [2024/04/09 18:49] – sbestel | association:installparty:cleinstall [2026/02/06 20:40] (Version actuelle) – supprimée sbestel | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | # | ||
| - | # Aide à l' | ||
| - | clear | ||
| - | | ||
| - | | ||
| - | clear | ||
| - | # | ||
| - | # | ||
| - | # | ||
| - | (0) - 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 | ||
| - | (3) - Divers applis suppl | ||
| - | (4) - Cacher l' | ||
| - | (5) - Applications Asso | ||
| - | (6) - Installer quelques jeux | ||
| - | (7) - Programmation | ||
| - | (9) - | ||
| - | (10) - force upgrade 20.04 à 22.04 (etape 1) | ||
| - | (11) - force upgrade nettoyage système | ||
| - | (*) - Quitter | ||
| - | <<<<<<<< | ||
| - | | ||
| - | EOF | ||
| - | ) | ||
| - | | ||
| - | # sudo cp -f files/ | ||
| - | sudo sed -i.bak '/^# deb .*partner/ s/^# //' / | ||
| - | # Decrease the swap use | ||
| - | sudo cp -f files/ | ||
| - | sudo mkdir / | ||
| - | sudo cp files/ | ||
| - | # install app | ||
| - | 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 gimp-data-extras chromium-browser openshot-qt sweethome3d dia | ||
| - | sudo apt install -y scribus freeplane basket k3b feedreader radiotray sweethome3d-furniture-editor | ||
| - | sudo apt install -y kazam onboard gstreamer1.0-libav rhythmbox vorbis-tools | ||
| - | 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 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 | ||
| - | # Désactiver la fonction Apport - OPTIONS dans les appli autre | ||
| - | sudo sed -i ' | ||
| - | sudo systemctl disable apport.service | ||
| - | systemctl mask apport.service | ||
| - | | ||
| - | mkdir ~/ | ||
| - | | ||
| - | sudo apt install -y snapd gnome-software-plugin-snap filezilla youtube-dl | ||
| - | sudo apt install -y flatpak gnome-software-plugin-flatpak pdfshuffler ffmpeg | ||
| - | sudo apt install -y libfuse2 | ||
| - | | ||
| - | # appli Appimage : cf launch appimage | ||
| - | sudo apt install -y neofetch stacer menulibre | ||
| - | } | ||
| - | |||
| - | # ****************************************************** | ||
| - | # **************** Menu principal ********************** | ||
| - | # ****************************************************** | ||
| - | |||
| - | while [ !$sortie ] | ||
| - | do | ||
| - | echo " | ||
| - | read reponse | ||
| - | case $reponse in | ||
| - | |||
| - | # **************** 0000000000000 ********************** | ||
| - | 0) # UBUNTU - MAJ & install applis par défaut | ||
| - | |||
| - | sudo apt update && sudo apt upgrade -y | ||
| - | sudo apt full-upgrade -y | ||
| - | sudo cp files/ | ||
| - | sudo apt install -y ubuntu-restricted-addons ubuntu-restricted-extras | ||
| - | sudo apt install -y nautilus-script-audio-convert easytag-nautilus nautilus-emblems | ||
| - | sudo apt install -y nautilus-image-converter gnome-tweak-tool clamtk-gnome | ||
| - | sudo apt install -y gnote | ||
| - | |||
| - | incontournables | ||
| - | ;; | ||
| - | |||
| - | # **************** 11111111111111111 ********************** | ||
| - | 1) # XUBUNTU - MAJ & install applis par défaut | ||
| - | # modif du fichier sources.list avec les partenaires | ||
| - | |||
| - | sudo apt update && sudo apt upgrade -y | ||
| - | sudo cp files/ | ||
| - | sudo cp files/ | ||
| - | |||
| - | | ||
| - | sudo apt install -y xubuntu-restricted-addons ubuntu-restricted-extras | ||
| - | |||
| - | incontournables | ||
| - | |||
| - | echo " | ||
| - | Version=1.0 | ||
| - | Encoding=UTF-8 | ||
| - | Type=Application | ||
| - | Name=Plank | ||
| - | Exec=/ | ||
| - | RunHook=0 | ||
| - | Terminal=false | ||
| - | Hidden=false" | ||
| - | chmod a+x ~/ | ||
| - | |||
| - | ;; | ||
| - | |||
| - | # **************** 22222222222222222222 ********************** | ||
| - | 2) # L UBUNTU - MAJ & install applis par défaut | ||
| - | sudo apt update && sudo apt upgrade -y | ||
| - | sudo apt install -y plank lubuntu-restricted-addons ubuntu-restricted-extras | ||
| - | |||
| - | | ||
| - | ;; | ||
| - | |||
| - | # **************** 333333333333333 ********************** | ||
| - | 3) # Divers applis | ||
| - | source bash/ | ||
| - | sudo apt install calibre | ||
| - | ;; | ||
| - | |||
| - | # **************** 444444444444444 ********************** | ||
| - | 4) # Personnalisation station école | ||
| - | # source bash/ | ||
| - | ;; | ||
| - | |||
| - | |||
| - | 5) # Jeux | ||
| - | # source bash/ | ||
| - | |||
| - | ;; | ||
| - | |||
| - | 6) # | ||
| - | # source bash/ | ||
| - | ;; | ||
| - | |||
| - | 7) # programmation | ||
| - | # | ||
| - | apt install libgconf-2-4 -y | ||
| - | dpkg -i applis/ | ||
| - | sudo apt install -y kturtle scratch bluegriffon | ||
| - | wget www.ac-grenoble.fr/ | ||
| - | mkdir / | ||
| - | sudo chmod -RC +766 / | ||
| - | unzip scratch.zip -d / | ||
| - | echo " | ||
| - | Version=1.0 | ||
| - | Terminal=false | ||
| - | Exec=firefox / | ||
| - | Type=Application | ||
| - | Icon=/ | ||
| - | StartupNotify=false | ||
| - | Name=Scratch3 | ||
| - | NoDisplay=true">> | ||
| - | | ||
| - | chmod +x ~/ | ||
| - | firefox / | ||
| - | rm scratch.zip | ||
| - | ;; | ||
| - | |||
| - | 9) # | ||
| - | sudo apt install -y junior-games-text | ||
| - | |||
| - | 10) # force upgrade 20.04 à 22.04 | ||
| - | |||
| - | sudo sed -i ' | ||
| - | sudo sed -i ' | ||
| - | cat / | ||
| - | sudo apt update && sudo apt upgrade -y | ||
| - | sudo apt --purge autoremove -y | ||
| - | sudo apt install update-manager-core -y # required for upgrade | ||
| - | if [ ! -d ~/ | ||
| - | then | ||
| - | mkdir ~/ | ||
| - | fi | ||
| - | cp files/ | ||
| - | echo " | ||
| - | Version=1.0 | ||
| - | Encoding=UTF-8 | ||
| - | Type=Application | ||
| - | Name=MAJ | ||
| - | Exec=sh -c $HOME/ | ||
| - | Terminal=true" | ||
| - | |||
| - | chmod a+x ~/ | ||
| - | chmod a+x ~/ | ||
| - | sudo reboot | ||
| - | |||
| - | ;; | ||
| - | |||
| - | 11) # Nettoyage système | ||
| - | sudo apt-get -y clean | ||
| - | sudo apt-get -y autoclean | ||
| - | sudo apt-get -y remove | ||
| - | sudo apt-get -y autoremove | ||
| - | |||
| - | sudo apt purge ubuntu-web-launchers | ||
| - | ;; | ||
| - | |||
| - | *) # QUIT | ||
| - | |||
| - | neofetch | ||
| - | break | ||
| - | exit 1 | ||
| - | |||
| - | ;; | ||
| - | esac | ||
| - | done | ||
association/installparty/cleinstall.1712688591.txt.gz · Dernière modification : 2024/04/09 18:49 de sbestel
