From fe88a0089077fbfac7c21089859bafd0984a89e8 Mon Sep 17 00:00:00 2001 From: developomp Date: Sun, 11 Jul 2021 16:04:16 +0900 Subject: [PATCH] replaced : with cat /dev/null because it might cause some problem in the code --- setup.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 6867a85..fa2f290 100755 --- a/setup.sh +++ b/setup.sh @@ -567,9 +567,12 @@ setup_zoom() { } setup() { - : # uncomment setup functions that you want to run + # this does absolutely nothing. + # this is only here to prevent bash syntax error + cat /dev/null + # setup_discord # setup_gnome # setup_kdenlive