replaced : with cat /dev/null because it might cause some problem in the code
This commit is contained in:
parent
9bba6b23fc
commit
fe88a00890
1 changed files with 4 additions and 1 deletions
5
setup.sh
5
setup.sh
|
@ -567,9 +567,12 @@ setup_zoom() {
|
||||||
}
|
}
|
||||||
|
|
||||||
setup() {
|
setup() {
|
||||||
:
|
|
||||||
# uncomment setup functions that you want to run
|
# 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_discord
|
||||||
# setup_gnome
|
# setup_gnome
|
||||||
# setup_kdenlive
|
# setup_kdenlive
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue