Skip to content

Commit

Permalink
fix typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mars4science committed Jun 27, 2024
1 parent 108abf8 commit a8e6e0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions binaries_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8e6e0b

Please sign in to comment.