Skip to content

Commit 3704622

Browse files
committed
say instead of echo
1 parent 991989a commit 3704622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bbb-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ main() {
291291
sudo wget -O /usr/local/bin/yq \
292292
"https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/${YQ_BINARY}"
293293
sudo chmod +x /usr/local/bin/yq
294-
echo "--------------------------------------"
294+
say "--------------------------------------"
295295
yq --version
296296

297297
#need_ppa libreoffice-ubuntu-ppa-noble.list ppa:libreoffice/ppa 1378B444 # Latest version of libreoffice

0 commit comments

Comments
 (0)