Skip to content

Commit

Permalink
fix concat error
Browse files Browse the repository at this point in the history
  • Loading branch information
hastmu committed Nov 3, 2024
1 parent 8535e8f commit 6d761bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ EOF
mkdir -p "${T_DIR}$(dirname "${APT_CONFIG_NAME}")"
# shellcheck disable=SC2027
echo "Acquire::http::ProxyAutoDetect \""${TARGET}"\";" > "${T_DIR}${APT_CONFIG_NAME}"
echo "Acquire::https::ProxyAutoDetect \""${TARGET}"\";" > "${T_DIR}${APT_CONFIG_NAME}"
echo "Acquire::https::ProxyAutoDetect \""${TARGET}"\";" >> "${T_DIR}${APT_CONFIG_NAME}"

)

Expand Down
2 changes: 1 addition & 1 deletion install.deb.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ EOF
mkdir -p "${T_DIR}$(dirname "${APT_CONFIG_NAME}")"
# shellcheck disable=SC2027
echo "Acquire::http::ProxyAutoDetect \""${TARGET}"\";" > "${T_DIR}${APT_CONFIG_NAME}"
echo "Acquire::https::ProxyAutoDetect \""${TARGET}"\";" > "${T_DIR}${APT_CONFIG_NAME}"
echo "Acquire::https::ProxyAutoDetect \""${TARGET}"\";" >> "${T_DIR}${APT_CONFIG_NAME}"

)

Expand Down

0 comments on commit 6d761bf

Please sign in to comment.