]> Kevux Git Server - control/commit
Update: Install script to better handle white spaces. development
authorKevin Day <Kevin@kevux.org>
Thu, 28 May 2026 22:34:09 +0000 (17:34 -0500)
committerKevin Day <Kevin@kevux.org>
Thu, 28 May 2026 22:34:09 +0000 (17:34 -0500)
commit21f80fd0421395a06eea3d441cc6ecc154466df9
tree3d75c1e9e7c45988f6d210a6507d8af885525326
parentf46048f02722aa39588b617717d0865458e8f840
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