Added command to change shell to fish

This commit is contained in:
RealStickman 2020-09-27 14:06:50 +02:00
parent ca21a04466
commit ce753852a6

View File

@ -483,6 +483,9 @@ else
echo "Skipping pkgstats" echo "Skipping pkgstats"
fi fi
#change shell
chsh -s /usr/bin/fish $USER
#enable vnstat #enable vnstat
sudo systemctl enable vnstat sudo systemctl enable vnstat
sudo systemctl start vnstat sudo systemctl start vnstat