diff options
-rw-r--r-- | scripts/prep-librewolf-dpkg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prep-librewolf-dpkg.conf b/scripts/prep-librewolf-dpkg.conf index 56f3b46..318af35 100644 --- a/scripts/prep-librewolf-dpkg.conf +++ b/scripts/prep-librewolf-dpkg.conf @@ -2,7 +2,7 @@ # Configure these settings before running that script. # Available options for DISTRO: ubuntu debian -DISTRO=ubuntu +DISTRO=${DISTRO:-'debian'} # current version of Firefox package in target distro distro_firefox_version=${distro_firefox_version:-'86.0+build3-0ubuntu0.20.04.1'} # current version of Firefox, as defined by name of the orig tarball. |