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
#!/bin/bash | |
# Also works in Debian-based distros such as Ubuntu and Linux Mint. | |
# Do NOT forget to set the script file with execution permissions: | |
# chmod -X update_debian_packages.sh | |
# Variables | |
## Path where the log file will be located | |
LOG_FILE_PATH="/var/tmp/update_log.txt" |