added vnstat and configure it

This commit is contained in:
RealStickman 2020-09-02 10:51:45 +02:00
parent c8115425b3
commit eb1dab63e0

View File

@ -222,7 +222,7 @@ echo Updated packages
#pacman programs #pacman programs
echo Installing default pacman programs echo Installing default pacman programs
sudo pacman -S --needed --noconfirm arandr libreoffice-fresh-de termite neofetch wget picom stress obs-studio python-pip hunspell hunspell-de hyphen hyphen-de fish psensor transmission-qt smartmontools thunderbird ffmpeg jre-openjdk thunar gtk-engine-murrine iperf3 celluloid nload languagetool dmenu rofi nextcloud-client devtools arcolinux-slim arcolinux-slimlock-themes-git sudo pacman -S --needed --noconfirm arandr libreoffice-fresh-de termite neofetch wget picom stress obs-studio python-pip hunspell hunspell-de hyphen hyphen-de fish psensor transmission-qt smartmontools thunderbird ffmpeg jre-openjdk thunar gtk-engine-murrine iperf3 celluloid nload languagetool dmenu rofi nextcloud-client devtools arcolinux-slim arcolinux-slimlock-themes-git vnstat
echo Installed official programs echo Installed official programs
#AUR #AUR
@ -445,6 +445,10 @@ else
echo "Skipping pkgstats" echo "Skipping pkgstats"
fi fi
#enable vnstat
sudo systemctl enable vnstat
sudo systemctl start vnstat
#Changes to home folder automatically now, no need to be extra careful anymore. #Changes to home folder automatically now, no need to be extra careful anymore.
git clone https://gitlab.com/RealStickman-arcolinux/config git clone https://gitlab.com/RealStickman-arcolinux/config
echo Finished downloading config echo Finished downloading config