mirror of
https://github.com/89luca89/distrobox.git
synced 2026-08-17 16:34:42 -05:00
chore: bump to v1.8.2.5 (#2072)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
|
||||
version="1.8.2.4"
|
||||
version="1.8.2.5"
|
||||
|
||||
# show_help will print usage to stdout.
|
||||
# Arguments:
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@ root_flag=""
|
||||
tmpfile="$(mktemp -u)"
|
||||
tmp_download_file="$(mktemp -u)"
|
||||
verbose=0
|
||||
version="1.8.2.4"
|
||||
version="1.8.2.5"
|
||||
# initializing block of variables used in the manifest
|
||||
additional_flags=""
|
||||
additional_packages=""
|
||||
|
||||
+1
-1
@@ -107,7 +107,7 @@ distrobox_hostexec_path="$(cd "$(dirname "${0}")" && pwd)/distrobox-host-exec"
|
||||
[ "${container_user_uid}" -eq 0 ] && rootful=1 || rootful=0
|
||||
userns_nolimit=0
|
||||
verbose=0
|
||||
version="1.8.2.4"
|
||||
version="1.8.2.5"
|
||||
|
||||
app_cache_dir=${XDG_CACHE_HOME:-"${HOME}/.cache"}/distrobox
|
||||
|
||||
|
||||
+1
-1
@@ -109,7 +109,7 @@ headless=0
|
||||
skip_workdir=0
|
||||
verbose=0
|
||||
clean_path=0
|
||||
version="1.8.2.4"
|
||||
version="1.8.2.5"
|
||||
|
||||
# Source configuration files, this is done in an hierarchy so local files have
|
||||
# priority over system defaults
|
||||
|
||||
+1
-1
@@ -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.2.4"
|
||||
version="1.8.2.5"
|
||||
container_additional_packages=""
|
||||
container_init_hook=" "
|
||||
container_manager_additional_flags=""
|
||||
|
||||
+1
-1
@@ -49,7 +49,7 @@ is_sudo=0
|
||||
rootful=""
|
||||
sudo_prefix=""
|
||||
verbose=0
|
||||
version="1.8.2.4"
|
||||
version="1.8.2.5"
|
||||
|
||||
sudo_askpass_path="${dest_path}/distrobox_sudo_askpass"
|
||||
sudo_askpass_script="#!/bin/sh
|
||||
|
||||
@@ -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.2.4"
|
||||
version="1.8.2.5"
|
||||
|
||||
# Source configuration files, this is done in an hierarchy so local files have
|
||||
# priority over system defaults
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@ host_spawn_version="v1.6.0"
|
||||
download_command=""
|
||||
sudo_command=""
|
||||
verbose=0
|
||||
version="1.8.2.4"
|
||||
version="1.8.2.5"
|
||||
|
||||
# show_help will print usage to stdout.
|
||||
# Arguments:
|
||||
|
||||
+1
-1
@@ -74,7 +74,7 @@ pre_init_hook=""
|
||||
rootful=0
|
||||
upgrade=0
|
||||
verbose=0
|
||||
version="1.8.2.4"
|
||||
version="1.8.2.5"
|
||||
|
||||
# show_help will print usage to stdout.
|
||||
# Arguments:
|
||||
|
||||
+1
-1
@@ -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.2.4"
|
||||
version="1.8.2.5"
|
||||
container_manager="autodetect"
|
||||
|
||||
# Source configuration files, this is done in an hierarchy so local files have
|
||||
|
||||
+1
-1
@@ -60,7 +60,7 @@ non_interactive=0
|
||||
verbose=0
|
||||
rm_home=0
|
||||
response_rm_home="N"
|
||||
version="1.8.2.4"
|
||||
version="1.8.2.5"
|
||||
|
||||
# Source configuration files, this is done in an hierarchy so local files have
|
||||
# priority over system defaults
|
||||
|
||||
+1
-1
@@ -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.2.4"
|
||||
version="1.8.2.5"
|
||||
|
||||
# Source configuration files, this is done in an hierarchy so local files have
|
||||
# priority over system defaults
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@ distrobox_flags=""
|
||||
distrobox_path="$(dirname "$(realpath "${0}")")"
|
||||
rootful=0
|
||||
verbose=0
|
||||
version="1.8.2.4"
|
||||
version="1.8.2.5"
|
||||
|
||||
# Source configuration files, this is done in an hierarchy so local files have
|
||||
# priority over system defaults
|
||||
|
||||
Reference in New Issue
Block a user