From b9a85dbf521338f67ea433da7cdfb7415b584735 Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Fri, 18 Dec 2020 21:11:41 +0000 Subject: [PATCH] Update base_install.sh --- base_install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base_install.sh b/base_install.sh index 6db2636..eea4156 100644 --- a/base_install.sh +++ b/base_install.sh @@ -2,7 +2,7 @@ git clone https://aur.archlinux.org/yay.git cd yay makepkg -si -yay -Syu alacritty alsa-plugins alsa-utils bemenu firefox htop light ly neofetch otf-font-awesome openssh powertop sudo sway swayidle swaylock-effects-git tmux ttf-font-awesome unzip ttf-iosevka vlc waybar wdisplay-git wob xorg-xwayland youtube-dl zsh +yay -Syu alacritty alsa-plugins alsa-utils bemenu firefox htop light neofetch otf-font-awesome openssh powertop sudo sway swayidle swaylock-effects-git tmux ttf-font-awesome unzip ttf-iosevka vlc waybar wdisplay-git wob xorg-xwayland youtube-dl zsh networkmanager -echo "Cloning configs" -git clone http://gitlab.maiertobi.de/tobimai/arch_config.git \ No newline at end of file +sudo systemctl start NetworkManager +sudo systemctl enable NetworkManager \ No newline at end of file