This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# update and upgrade installed packages | |
apt update && apt upgrade | |
# install cronie and termux-services | |
pkg install cronie termux-services | |
# enable the crond service | |
sv-enable crond | |
# install and enable vim |