replaced neofetch with fastfetch
This commit is contained in:
@@ -27,13 +27,13 @@ systemctl enable iptables
|
||||
systemctl enable ip6tables
|
||||
|
||||
echo -e "${GREEN}Install minimal required packages...${NOCOL}"
|
||||
pacman --noconfirm -S cronie rsync iftop htop bash-completion iotop lsof screen neofetch neovim man-db inetutils base-devel git
|
||||
pacman --noconfirm -S cronie rsync iftop htop bash-completion iotop lsof screen fastfetch neovim man-db inetutils base-devel git
|
||||
ln -s /usr/bin/nvim /usr/bin/vi
|
||||
|
||||
echo -e "${GREEN}Setup motd default...${NOCOL}"
|
||||
echo "" > /etc/motd
|
||||
echo "neofetch" > /etc/profile.d/neofetch.sh
|
||||
chmod +x /etc/profile.d/neofetch.sh
|
||||
echo "fastfetch" > /etc/profile.d/fastfetch.sh
|
||||
chmod +x /etc/profile.d/fastfetch.sh
|
||||
|
||||
echo -e "${GREEN}Install deployment script...${NOCOL}"
|
||||
curl -so /usr/local/bin/deploy https://git.xoservice.nl/marcel/deploy/raw/master/deploy.sh
|
||||
|
Reference in New Issue
Block a user