diff --git a/big-store/usr/share/bigbashview/bcc/apps/big-store/big-store-start.sh b/big-store/usr/share/bigbashview/bcc/apps/big-store/big-store-start.sh index ae0ad5385..c811266c8 100755 --- a/big-store/usr/share/bigbashview/bcc/apps/big-store/big-store-start.sh +++ b/big-store/usr/share/bigbashview/bcc/apps/big-store/big-store-start.sh @@ -6,7 +6,7 @@ # Description: Big Store installing programs for BigLinux # # Created: 2020/01/11 -# Altered: 2023/09/25 +# Altered: 2024/01/10 # # Copyright (c) 2023-2023, Vilmar Catafesta # 2022-2023, Bruno Gonçalves @@ -34,7 +34,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. APP="${0##*/}" -_VERSION_="1.0.0-20230925" +_VERSION_="1.0.0-20240110" export BOOTLOG="/tmp/bigstore-$USER-$(date +"%d%m%Y").log" export LOGGER='/dev/tty8' export HOME_FOLDER="$HOME/.bigstore" @@ -46,6 +46,8 @@ LIBRARY=${LIBRARY:-'/usr/share/bigbashview/bcc/shell'} [[ -f "${LIBRARY}/tinilib.sh" ]] && source "${LIBRARY}/tinilib.sh" function sh_config() { + #desabilitando variáveis proxy do dde, as mesmas não permitem atualizações do pamac + unset auto_proxy ftp_proxy http_proxy https_proxy no_proxy all_proxy #Translation export TEXTDOMAINDIR="/usr/share/locale" export TEXTDOMAIN=big-store diff --git a/big-store/usr/share/bigbashview/bcc/apps/big-store/index.sh.htm b/big-store/usr/share/bigbashview/bcc/apps/big-store/index.sh.htm index 907f998b2..f23345607 100755 --- a/big-store/usr/share/bigbashview/bcc/apps/big-store/index.sh.htm +++ b/big-store/usr/share/bigbashview/bcc/apps/big-store/index.sh.htm @@ -6,7 +6,7 @@ # Description: Big Store installing programs for BigLinux # # Created: 2020/01/11 -# Altered: 2024/01/09 +# Altered: 2024/01/10 # # Copyright (c) 2023-2024, Vilmar Catafesta # 2022-2024, Bruno Gonçalves @@ -34,8 +34,8 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. APP="${0##*/}" -_VERSION_="1.0.0-20240109" -_UPDATED_="09/01/2024" +_VERSION_="1.0.0-20240110" +_UPDATED_="10/01/2024" export BOOTLOG="/tmp/bigstore-$USER-$(date +"%d%m%Y").log" export LOGGER='/dev/tty8' export TMP_FOLDER="/tmp/bigstore-$USER" @@ -45,7 +45,7 @@ [[ -f "${LIBRARY}/bstrlib.sh" ]] && source "${LIBRARY}/bstrlib.sh" function sh_config { - declare -g LOCAL_VERSION="1.0.0-20240109" + declare -g LOCAL_VERSION="1.0.0-20240110" #Translation export TEXTDOMAINDIR="/usr/share/locale" export TEXTDOMAIN=big-store