diff --git a/distrobox b/distrobox index e01b026235..0045e114cd 100755 --- a/distrobox +++ b/distrobox @@ -22,7 +22,7 @@ set -o errexit set -o nounset -version="1.8.0" +version="1.8.1.1" # show_help will print usage to stdout. # Arguments: diff --git a/distrobox-assemble b/distrobox-assemble index 6292d2b3cd..5551d7a5d9 100755 --- a/distrobox-assemble +++ b/distrobox-assemble @@ -38,7 +38,7 @@ root_flag="" tmpfile="$(mktemp -u)" tmp_download_file="$(mktemp -u)" verbose=0 -version="1.8.0" +version="1.8.1.1" # initializing block of variables used in the manifest additional_flags="" additional_packages="" diff --git a/distrobox-create b/distrobox-create index 06cc37eb07..7c77b11318 100755 --- a/distrobox-create +++ b/distrobox-create @@ -105,7 +105,7 @@ distrobox_hostexec_path="$(cd "$(dirname "${0}")" && pwd)/distrobox-host-exec" # There's no need for them to pass the --root flag option in such cases. [ "${container_user_uid}" -eq 0 ] && rootful=1 || rootful=0 verbose=0 -version="1.8.0" +version="1.8.1.1" app_cache_dir=${XDG_CACHE_HOME:-"${HOME}/.cache"}/distrobox diff --git a/distrobox-enter b/distrobox-enter index d670ed3268..43079f611d 100755 --- a/distrobox-enter +++ b/distrobox-enter @@ -109,7 +109,7 @@ headless=0 skip_workdir=0 verbose=0 clean_path=0 -version="1.8.0.1" +version="1.8.1.1.1" # Source configuration files, this is done in an hierarchy so local files have # priority over system defaults diff --git a/distrobox-ephemeral b/distrobox-ephemeral index 2951002931..594233cc76 100755 --- a/distrobox-ephemeral +++ b/distrobox-ephemeral @@ -55,7 +55,7 @@ extra_flags="" # There's no need for them to pass the --root flag option in such cases. [ "$(id -ru)" -eq 0 ] && rootful=1 || rootful=0 verbose=0 -version="1.8.0" +version="1.8.1.1" container_additional_packages="" container_init_hook=" " container_manager_additional_flags="" diff --git a/distrobox-export b/distrobox-export index d08539efa5..b352b60dba 100755 --- a/distrobox-export +++ b/distrobox-export @@ -49,7 +49,7 @@ is_sudo=0 rootful="" sudo_prefix="" verbose=0 -version="1.8.0" +version="1.8.1.1" sudo_askpass_path="${dest_path}/distrobox_sudo_askpass" sudo_askpass_script="#!/bin/sh diff --git a/distrobox-generate-entry b/distrobox-generate-entry index 65fcea01ab..a713c69bec 100755 --- a/distrobox-generate-entry +++ b/distrobox-generate-entry @@ -54,7 +54,7 @@ icon="auto" icon_default="${XDG_DATA_HOME:-${HOME}/.local/share}/icons/terminal-distrobox-icon.svg" verbose=0 online=0 -version="1.8.0" +version="1.8.1.1" # Source configuration files, this is done in an hierarchy so local files have # priority over system defaults diff --git a/distrobox-host-exec b/distrobox-host-exec index 7f345a2cff..ee549d3deb 100755 --- a/distrobox-host-exec +++ b/distrobox-host-exec @@ -36,7 +36,7 @@ host_spawn_version="v1.6.0" download_command="" sudo_command="" verbose=0 -version="1.8.0" +version="1.8.1.1" # show_help will print usage to stdout. # Arguments: diff --git a/distrobox-init b/distrobox-init index b2f10cdab0..8cfd0d0356 100755 --- a/distrobox-init +++ b/distrobox-init @@ -74,7 +74,7 @@ pre_init_hook="" rootful=0 upgrade=0 verbose=0 -version="1.8.0" +version="1.8.1.1" # show_help will print usage to stdout. # Arguments: diff --git a/distrobox-list b/distrobox-list index 4b9cb9acfe..4b02bcd1cc 100755 --- a/distrobox-list +++ b/distrobox-list @@ -49,7 +49,7 @@ no_color=0 # There's no need for them to pass the --root flag option in such cases. [ "$(id -ru)" -eq 0 ] && rootful=1 || rootful=0 verbose=0 -version="1.8.0" +version="1.8.1.1" container_manager="autodetect" # Source configuration files, this is done in an hierarchy so local files have diff --git a/distrobox-rm b/distrobox-rm index 5cb230d01f..2f1e1ed7c8 100755 --- a/distrobox-rm +++ b/distrobox-rm @@ -60,7 +60,7 @@ non_interactive=0 verbose=0 rm_home=0 response_rm_home="N" -version="1.8.0" +version="1.8.1.1" # Source configuration files, this is done in an hierarchy so local files have # priority over system defaults diff --git a/distrobox-stop b/distrobox-stop index 1db2a0d167..023f2571ad 100755 --- a/distrobox-stop +++ b/distrobox-stop @@ -58,7 +58,7 @@ non_interactive=0 # There's no need for them to pass the --root flag option in such cases. [ "$(id -ru)" -eq 0 ] && rootful=1 || rootful=0 verbose=0 -version="1.8.0" +version="1.8.1.1" # Source configuration files, this is done in an hierarchy so local files have # priority over system defaults diff --git a/distrobox-upgrade b/distrobox-upgrade index b623c399af..b628fbbbed 100755 --- a/distrobox-upgrade +++ b/distrobox-upgrade @@ -44,7 +44,7 @@ distrobox_flags="" distrobox_path="$(dirname "$(realpath "${0}")")" rootful=0 verbose=0 -version="1.8.0" +version="1.8.1.1" # Source configuration files, this is done in an hierarchy so local files have # priority over system defaults diff --git a/install b/install index abfa6a3b43..5fd2f621a3 100755 --- a/install +++ b/install @@ -21,7 +21,7 @@ next=0 verbose=0 -version=1.8.1 +version=1.8.1.1 # show_help will print usage to stdout. # Arguments: