# # distribuce DIST=Debian_9.0 # release bareosu RELEASE=release/latest/ URL=http://download.bareos.org/bareos/$RELEASE/$DIST # add the Bareos repository printf "deb $URL /\n" > /etc/apt/sources.list.d/bareos.list # add package key wget -q $URL/Release.key -O- | apt-key add - # install Bareos packages apt update apt install bareos bareos-database-postgresql bareos-webui