Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 <vcatafesta@gmail.com>
# 2022-2023, Bruno Gonçalves <www.biglinux.com.br>
Expand Down Expand Up @@ -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"
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <vcatafesta@gmail.com>
# 2022-2024, Bruno Gonçalves <www.biglinux.com.br>
Expand Down Expand Up @@ -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"
Expand All @@ -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
Expand Down