]> Kevux Git Server - kevux-tools/commit
Update: Install script to better handle white spaces. development
authorKevin Day <Kevin@kevux.org>
Thu, 28 May 2026 22:35:03 +0000 (17:35 -0500)
committerKevin Day <Kevin@kevux.org>
Thu, 28 May 2026 22:35:25 +0000 (17:35 -0500)
commit3a3519f090ef259b41d16b9bfa31d9ee960acc0a
tree3074b4b0f34a3fd9c1a56844b678683da73995a0
parent191b6652769f566351348334ad2f0df7a7cf5e10
Update: Install script to better handle white spaces.

The `"${@}"` will expand spaces correctly into each parameter.
The double quotes are requires as `${@}` will not work as expected.
install.sh