# update package lists from the server and install any updates sudo apt-get update sudo apt-get upgrade -y # install potentially missing packages needed to install Repose sudo apt-get install -y apt-transport-https ca-certificates wget # add openrepose.org repository wget -O - https://nexus.openrepose.org/repository/el/RPM_GPG_KEY-openrepose | sudo apt-key add - sudo sh -c 'echo "deb https://nexus.openrepose.org/repository/debian stable main" > /etc/apt/sources.list.d/openrepose.list' sudo apt-get update # install Repose sudo apt-get install -y repose repose-filter-bundle repose-extensions-filter-bundle