Linux: Download BIM
Go to
/tmp
location.
cd /tmp
Download Bacula Installation Manager.
when
curl
is installed, run:
curl -o bee_installation_manager https://baculasystems.com/ml/bee_installation_manager
Note
To install curl
, you can use sudo apt install curl
(for Ubuntu/Debian),
or sudo yum install curl
(for RHEL/CentOS).
or
when
curl
is not installed, run:
wget -O bee_installation_manager https://www.baculasystems.com/ml/bee_installation_manager
Note
To install wget
, you can use sudo apt install wget
(for Ubuntu/Debian),
or sudo yum install wget
(for RHEL/CentOS).
Make BIM executable - run:
chmod +x bee_installation_manager