X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=distro-pkgs;h=ab6fa6495689aecb723f9ca561d9ee368b049e46;hb=a1ebefe19ab910d20fad0c2fd88637fee23dee7c;hp=d72e4ecf4cd9ea033e657ee369d03587892b7ac9;hpb=343a048be4b32d18540c6531048d2b9a006774ae;p=distro-setup diff --git a/distro-pkgs b/distro-pkgs index d72e4ec..ab6fa64 100755 --- a/distro-pkgs +++ b/distro-pkgs @@ -1,6 +1,7 @@ -#!/bin/bash -l - -err-catch +#!/bin/bash +# Copyright (C) 2019 Ian Kelling +# SPDX-License-Identifier: AGPL-3.0-or-later +if [[ -s ~/.bashrc ]];then . ~/.bashrc;fi usage() { @@ -153,12 +154,6 @@ case $distro in *) : ;; # comes default or with other packages esac -case $distro in - arch) e firefox pulseaudio ;; - trisquel) e abrowser ;; - *) : ;; # comes default or with other packages, or uknown -esac - case $distro in arch) e ttf-dejavu ;;