From 9670ddeddfdcd76b8d406105880bda3777d38872 Mon Sep 17 00:00:00 2001 From: Paulo Henrique Aleixo de Campos <119341826+phaleixo@users.noreply.github.com> Date: Sat, 27 Jul 2024 15:56:14 -0300 Subject: [PATCH] Update README.md add make all changes comands --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7bad048..9fd4aca 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ Post installation script developed for Debian 12 live Gnome base, based on my us Link to download the ISO: https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/debian-live-12.4.0-amd64-gnome.iso +Make all changes (recommend) + +``` +curl -o pos_install_complete.sh https://raw.githubusercontent.com/phaleixo/after_install_debian_12/main/pos_install_complete.sh && chmod +x pos_install_complete.sh && ./pos_install_complete.sh && rm pos_install_complete.sh +``` + Activating the contrib and non-free repository and install flatpak support and flathub repository: ``` curl -o activating_repo_apps.sh https://raw.githubusercontent.com/phaleixo/after_install_debian_12/main/activating_repo_apps.sh && chmod +x activating_repo_apps.sh && ./activating_repo_apps.sh && rm activating_repo_apps.sh