Skip to content

Commit b67824c

Browse files
committed
some typos
1 parent b43047d commit b67824c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/normal.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ list_dependencies() {
5555
awk
5656
" | grep -v "^#"
5757
}
58+
5859
#####################################################################
5960
## Put your main script here
6061
#####################################################################
@@ -64,7 +65,7 @@ main() {
6465
log "Created: $script_created"
6566
log "Updated: $script_modified"
6667
log "Run as : $USER@$HOSTNAME"
67-
# add programs that need to be installed, like: tar, wget, ffmpeg, rsync, convert, curl, gawk ...
68+
6869
require_binaries
6970
log_to_file "[$script_basename] $script_version started"
7071
time_started=$(date '+%s')

0 commit comments

Comments
 (0)