From 0b8a3559be7544e5dc7348fabd4932efabaa4dbf Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Sun, 3 Nov 2024 11:50:10 +0100 Subject: [PATCH] Update install.sh --- install.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b1e1318..c19ef93 100644 --- a/install.sh +++ b/install.sh @@ -122,6 +122,7 @@ sudo sed -i 's/bookworm-updates/testing-updates/g' /etc/apt/sources.list export DEBIAN_FRONTEND=noninteractive +# APT Install Start sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y sudo apt -y install sddm --no-install-recommends @@ -129,10 +130,17 @@ sudo apt -y install sddm --no-install-recommends sudo apt install -y git wget curl fastfetch kitty wayland-protocols wayland-utils waybar hyprland hyprland-protocols xdg-desktop-portal-wlr xdg-desktop-portal-gtk xdg-desktop-portal-hyprland libinput-bin libinput-dev sudo apt install -y wlogout hyprpaper hyprcursor-util swayidle swaylock xwayland swaybg -sudo apt install -y dbus acpi nwg-look xdg-utils xdp-tools qt6-wayland xsensors flameshot speedcrunch mc gparted mpd mpc ncmpcpp fzf ccrypt xarchiver notepadqq htop - +sudo apt install -y dbus acpi nwg-look fwupd fwupdate xdg-utils xdp-tools qt6-wayland xsensors flameshot speedcrunch mc gparted mpd mpc ncmpcpp fzf ccrypt xarchiver notepadqq htop sudo apt install -y thunar gvfs-backends xarchiver wofi dunst libnotify-bin notify-osd brightnessctl usbutils bash-completion firefox-esr + +# Firmware +sudo apt install -y firmware-linux firmware-linux-nonfree firmware-misc-nonfree + +# Firmware WiFi & Bluetooth +sudo apt install -y firmware-iwlwifi firmware-atheros firmware-realtek + + # May be deleted in the future # wlr-randr --dryrun sudo apt install -y wlr-randr