X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=distro-pkgs;h=b69af1a68933b2a0573702924cb428b5e5615bb4;hb=7d5e9e87105fafa2243603f958c8b41cdaa7f0ad;hp=aded66a91c88a7b2ca8274f8dcdc3af1db48bcc4;hpb=5f97e1c4a592a6384a7a3d86f8ed337beb7e108f;p=distro-setup diff --git a/distro-pkgs b/distro-pkgs index aded66a..b69af1a 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() { @@ -199,12 +200,6 @@ case $distro in ;; esac -case $distro in - fedora) cabal install shellcheck ;; - *) e shellcheck ;; - # unknown for older ubuntu -esac - case $distro in arch|debian|trisquel|ubuntu) e pumpa ;; # others unknown. do have a buildscript: