v3-revamp-fedora

This commit is contained in:
2026-07-14 22:24:44 +02:00
parent 9b389346cb
commit 1d2eb6b70b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ install_packages \
man-db tree xdg-user-dirs rsync time bat \ man-db tree xdg-user-dirs rsync time bat \
thunar thunar-archive-plugin thunar-volman \ thunar thunar-archive-plugin thunar-volman \
baobab gvfs-smb hddtemp squashfs-tools \ 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 \ feh gnome-font-viewer dconf-editor hardinfo2 lsb_release \
powertop inxi acpi plocate nm-connection-editor \ powertop inxi acpi plocate nm-connection-editor \
python3-pylint qt6-qtsvg qt6-qtvirtualkeyboard qt6-qtmultimedia \ python3-pylint qt6-qtsvg qt6-qtvirtualkeyboard qt6-qtmultimedia \
+1 -1
View File
@@ -232,7 +232,7 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
echo echo
echo " 1) minimal" echo " 1) minimal"
echo " 2) full" 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" choice="1"
fi fi