clean motd

This commit is contained in:
Daniel Sommer 2022-09-21 14:48:14 +02:00
parent 5c7875fcbe
commit b186c851fc

View file

@ -19,6 +19,9 @@ printf "> cleaning package cache...\n"
pkg autoclean pkg autoclean
pkg clean pkg clean
printf "> cleaning motd...\n"
printf "" > "/data/data/com.termux/files/usr/etc/motd"
printf "> changing shell to 'zsh'...\n" printf "> changing shell to 'zsh'...\n"
chsh -s "zsh" chsh -s "zsh"