diff --git a/distrobox b/distrobox index 90259290ba..b4182c050d 100755 --- a/distrobox +++ b/distrobox @@ -22,7 +22,7 @@ set -o errexit set -o nounset -version="1.7.2.0" +version="1.7.3.0" # show_help will print usage to stdout. # Arguments: diff --git a/distrobox-assemble b/distrobox-assemble index 2550a1070d..57b507186d 100755 --- a/distrobox-assemble +++ b/distrobox-assemble @@ -32,7 +32,7 @@ root_flag="" # quoting and escaping tmpfile="$(mktemp -u)" verbose=0 -version="1.7.2.0" +version="1.7.3.0" # initializing block of variables used in the manifest additional_flags="" additional_packages="" diff --git a/distrobox-create b/distrobox-create index 33dc3f2b41..a13c55684a 100755 --- a/distrobox-create +++ b/distrobox-create @@ -99,7 +99,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.7.2.0" +version="1.7.3.0" app_cache_dir=${XDG_CACHE_HOME:-"${HOME}/.cache"}/distrobox diff --git a/distrobox-enter b/distrobox-enter index e7a0427ead..feb1445e4a 100755 --- a/distrobox-enter +++ b/distrobox-enter @@ -105,7 +105,7 @@ headless=0 skip_workdir=0 verbose=0 clean_path=0 -version="1.7.2.0.1" +version="1.7.3.0.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 e5f15dc721..6a846cac02 100755 --- a/distrobox-ephemeral +++ b/distrobox-ephemeral @@ -50,7 +50,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.7.2.0" +version="1.7.3.0" container_additional_packages="" container_init_hook=" " container_manager_additional_flags="" diff --git a/distrobox-export b/distrobox-export index 73e3ab9a1a..7b9e64cf67 100755 --- a/distrobox-export +++ b/distrobox-export @@ -42,7 +42,7 @@ is_sudo=0 rootful="" sudo_prefix="" verbose=0 -version="1.7.2.0" +version="1.7.3.0" sudo_askpass_path="${dest_path}/distrobox_sudo_askpass" sudo_askpass_script="#!/bin/sh diff --git a/distrobox-generate-entry b/distrobox-generate-entry index 2b98d3b31a..7c1d2dc5b1 100755 --- a/distrobox-generate-entry +++ b/distrobox-generate-entry @@ -48,7 +48,7 @@ delete=0 icon="auto" icon_default="${HOME}/.local/share/icons/terminal-distrobox-icon.svg" verbose=0 -version="1.7.2.0" +version="1.7.3.0" # 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 d9f1cd15b3..699de39879 100755 --- a/distrobox-host-exec +++ b/distrobox-host-exec @@ -31,7 +31,7 @@ host_spawn_version="1.5.0" download_command="" sudo_command="" verbose=0 -version="1.7.2.0" +version="1.7.3.0" # show_help will print usage to stdout. # Arguments: diff --git a/distrobox-init b/distrobox-init index 0f1183bf9b..a0e21fb779 100755 --- a/distrobox-init +++ b/distrobox-init @@ -49,7 +49,7 @@ pre_init_hook="" rootful=0 upgrade=0 verbose=0 -version="1.7.2.0" +version="1.7.3.0" # show_help will print usage to stdout. # Arguments: diff --git a/distrobox-list b/distrobox-list index 557fe23af1..136afb1bab 100755 --- a/distrobox-list +++ b/distrobox-list @@ -44,7 +44,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.7.2.0" +version="1.7.3.0" 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 fb70994229..ac36c8f0c4 100755 --- a/distrobox-rm +++ b/distrobox-rm @@ -56,7 +56,7 @@ verbose=0 rm_home=0 response_rm_home="N" response_rm_exports="N" -version="1.7.2.0" +version="1.7.3.0" # 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 74a904e6e9..81b188fc1d 100755 --- a/distrobox-stop +++ b/distrobox-stop @@ -53,7 +53,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.7.2.0" +version="1.7.3.0" # 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 16489f135d..8fe37189ae 100755 --- a/distrobox-upgrade +++ b/distrobox-upgrade @@ -39,7 +39,7 @@ distrobox_flags="" distrobox_path="$(dirname "$(realpath "${0}")")" rootful=0 verbose=0 -version="1.7.2.0" +version="1.7.3.0" # Source configuration files, this is done in an hierarchy so local files have # priority over system defaults diff --git a/install b/install index 4914cf06cd..1b16e2dcc1 100755 --- a/install +++ b/install @@ -21,7 +21,7 @@ next=0 verbose=0 -version=1.7.2.0 +version=1.7.3.0 # show_help will print usage to stdout. # Arguments: