Update command and DWM install fix on ubuntu

This commit is contained in:
2024-09-27 00:47:57 +01:00
parent c644f369f6
commit 0581acd91f
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
export EDITOR="nvim"
export PS1="\n[\[\e[37m\]\u\[\e[0m\]@\[\e[37;2m\]\h\[\e[0m\]] \[\e[1m\]\w \[\e[0;2m\]J:\[\e[0m\]\j\n\$ "
update() {
sudo apt update
sudo apt upgrade
sudo apt full-upgrade
sudo apt autoremove
sudo apt autoclean
}
extract() {
if [ -f $1 ]; then
case $1 in

View File

@@ -159,7 +159,7 @@ while [[ "$O" != " " ]]; do
}
# Install Dependencies
sudo apt install -y xorg picom libx11-dev libxft-dev libxinerama-dev build-essential libxrandr-dev policykit-1-gnome dbus-x11 pipewire-audio wireplumber pipewire-pulse pipewire-alsa network-manager firefox-esr feh scrot dunst
sudo apt install -y xorg picom libx11-dev libxft-dev libxinerama-dev build-essential libxrandr-dev policykit-1-gnome dbus-x11 pipewire-audio wireplumber pipewire-pulse pipewire-alsa network-manager feh scrot dunst
systemctl --user --now enable wireplumber.service
sudo systemctl enable NetworkManager