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"
fi
#change shell
chsh -s /usr/bin/fish $USER
#enable vnstat
sudo systemctl enable vnstat
sudo systemctl start vnstat