#!/bin/bash

## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

## using the non-uwt-wrapped version, if the uwt wrapper is installed,
## which is the case on a default Whonix installation

if command -v curl.anondist-orig &>/dev/null ; then
   CURL=curl.anondist-orig
else
   CURL=curl
fi

if command -v apt-get.anondist-orig &>/dev/null ; then
   APT_GET=apt-get.anondist-orig
else
   APT_GET=apt-get
fi
