Verified Commit 1ad29567 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

install fasttrack-archive-keyring only on debian systems



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent f2b217cb
...@@ -296,7 +296,7 @@ $UP2DATE || echo "man-db man-db/auto-update boolean false" | sudo debconf-set-se ...@@ -296,7 +296,7 @@ $UP2DATE || echo "man-db man-db/auto-update boolean false" | sudo debconf-set-se
# #
# install packages we need # install packages we need
# #
# only on Debian systems # only on Debian-based systems
if [ -f /etc/debian_version ] ; then if [ -f /etc/debian_version ] ; then
if [ $BASEDIR/$0 -nt $STAMP ] || [ ! -f $STAMP ] ; then if [ $BASEDIR/$0 -nt $STAMP ] || [ ! -f $STAMP ] ; then
DEBS=" DEBS="
...@@ -311,7 +311,6 @@ if [ -f /etc/debian_version ] ; then ...@@ -311,7 +311,6 @@ if [ -f /etc/debian_version ] ; then
devscripts devscripts
eatmydata eatmydata
etckeeper etckeeper
fasttrack-archive-keyring
figlet figlet
git git
gnupg gnupg
...@@ -362,6 +361,7 @@ if [ -f /etc/debian_version ] ; then ...@@ -362,6 +361,7 @@ if [ -f /etc/debian_version ] ; then
" ;; " ;;
*) # packages to be installed on all Debian systems but which are not available in Ubuntu 18.04: *) # packages to be installed on all Debian systems but which are not available in Ubuntu 18.04:
DEBS="$DEBS DEBS="$DEBS
fasttrack-archive-keyring
ripgrep ripgrep
mmdebstrap mmdebstrap
" ;; " ;;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment