Skip to content

Commit

Permalink
changed location of temporary status files for debs installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mars4science committed Sep 25, 2023
1 parent 429781a commit d2876be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apt_get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Help message below might explain usage and what the script does

if [ "x${software_path_root}" = "x" ] ; then software_path_root=/media/$(id -un)/usb/LM ; fi
if [ "x${work_path}" = "x" ] ; then work_path=/media/ramdisk ; fi
if [ "x${work_path}" = "x" ] ; then work_path=/tmp ; fi
default_local_debs="$software_path_root/debs"
amend_log="${work_path}/amend_errors.log"

Expand Down

0 comments on commit d2876be

Please sign in to comment.