From 1d2eb6b70bffc0be058a50510e6981d921ae9695 Mon Sep 17 00:00:00 2001 From: Yuri Kuit Date: Tue, 14 Jul 2026 22:24:44 +0200 Subject: [PATCH] v3-revamp-fedora --- fedora/fedora-minimal.sh | 2 +- main_script.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora/fedora-minimal.sh b/fedora/fedora-minimal.sh index 3449c6d..d9fe7fe 100755 --- a/fedora/fedora-minimal.sh +++ b/fedora/fedora-minimal.sh @@ -53,7 +53,7 @@ install_packages \ man-db tree xdg-user-dirs rsync time bat \ thunar thunar-archive-plugin thunar-volman \ baobab gvfs-smb hddtemp squashfs-tools \ - zip gzip p7zip unace unrar xarchiver \ + zip gzip p7zip unace unrar xarchiver chromium \ feh gnome-font-viewer dconf-editor hardinfo2 lsb_release \ powertop inxi acpi plocate nm-connection-editor \ python3-pylint qt6-qtsvg qt6-qtvirtualkeyboard qt6-qtmultimedia \ diff --git a/main_script.sh b/main_script.sh index 631cd3f..1a4e9be 100755 --- a/main_script.sh +++ b/main_script.sh @@ -232,7 +232,7 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then echo echo " 1) minimal" echo " 2) full" - if ! read -t 15 -rp "Enter choice [1/2/3/4] (default: 1): " choice; then + if ! read -t 15 -rp "Enter choice [1/2] (default: 1): " choice; then choice="1" fi