Update run.sh
This commit is contained in:
16
run.sh
16
run.sh
@@ -2,8 +2,8 @@
|
||||
#
|
||||
# Qtile - Debian install - Martin - ITmail.dk
|
||||
# nano qtile-install.sh && chmod +x qtile-install.sh && ./qtile-install.sh
|
||||
# bash -c "$(wget -O- http://git.local:3005/mara/m.a.d.e/raw/branch/main/install.sh)"
|
||||
# sudo apt install -y git && git clone http://git.local:3005/mara/m.a.d.e.git && cd m.a.d.e && . install.sh
|
||||
# bash -c "$(wget -O- http://192.168.18.34:3005/mara/made-install/raw/branch/main/install.sh)"
|
||||
# sudo apt install -y git && git clone http://192.168.18.34:3005/mara/made-install.git && cd made-install && . install.sh
|
||||
|
||||
# Resource links to source
|
||||
# https://qtile.org
|
||||
@@ -138,16 +138,24 @@ else
|
||||
echo "apt-transport-https is already installed."
|
||||
fi
|
||||
|
||||
#APT Add contrib non-free to sources.list
|
||||
#sudo sed -i 's/^deb.* main/& contrib non-free/g' /etc/apt/sources.list
|
||||
|
||||
#sudo sed -i 's/^Components:* main/& contrib non-free non-free-firmware/g' /etc/apt/sources.list.d/debian.sources
|
||||
|
||||
|
||||
clear
|
||||
sudo apt update
|
||||
|
||||
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
clear
|
||||
echo -e "${YELLOW} Core System APT install ${NC}"
|
||||
sudo apt install -y xserver-xorg x11-utils xinit arandr autorandr picom fwupd mesa-utils htop wget curl git tmux numlockx cups xsensors xbacklight brightnessctl unzip network-manager dunst libnotify-bin notify-osd xautolock xsecurelock pm-utils rofi fontconfig fontconfig-config fonts-dejavu-core libfontconfig1 fonts-arkpandora
|
||||
sudo apt install -y sddm --no-install-recommends
|
||||
|
||||
sudo apt install -y nitrogen nsxiv mpv flameshot speedcrunch mc gvfs-backends mpd mpc ncmpcpp fzf xarchiver
|
||||
sudo apt install -y nitrogen nsxiv mpv flameshot speedcrunch mc gvfs-backends parted gparted mpd mpc ncmpcpp fzf xarchiver
|
||||
|
||||
clear
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
echo -e "${YELLOW} Audio Start - https://alsa.opensrc.org - https://wiki.debian.org/ALSA ${NC}"
|
||||
# See hardware run: "pacmd list-sinks" or "lspci | grep -i audio" or... sudo dmesg | grep 'snd\|firmware\|audio'
|
||||
|
||||
Reference in New Issue
Block a user