From a8e6e0b9a0dca78ba3b4592e36d22186b5142f1c Mon Sep 17 00:00:00 2001 From: Alex Martian Date: Thu, 27 Jun 2024 04:19:59 +0000 Subject: [PATCH] fix typo in a comment --- binaries_install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/binaries_install.sh b/binaries_install.sh index 0992ce5..d70c96a 100755 --- a/binaries_install.sh +++ b/binaries_install.sh @@ -4,8 +4,7 @@ if [ "x${software_path_root}" = "x" ] ; then software_path_root=/media/$(id -un)/usb/LM ; fi -# sudo cp --no-clobber "$software_path_root"/bin/the_rest/* "$(get_install_path.sh)" # expected to have exec bit set in - "$software_path_root", not setting here +# sudo cp --no-clobber "$software_path_root"/bin/the_rest/* "$(get_install_path.sh)" # expected to have exec bit set in "$software_path_root", not setting here sudo rsync -a --chmod=Fa+x "$software_path_root"/bin/the_rest/* "$(get_install_path.sh)" # copy apps in form of AppImage to disk and menu (to list of All Applications), follow symbolic links