From f659e04322d3631031e88909671b552286bebf6f Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 28 Nov 2014 05:28:31 +0000 Subject: deps-trisquel: fix typo, remove obsolete comments --- deps-trisquel | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/deps-trisquel b/deps-trisquel index 9cea6a9..5e386bd 100755 --- a/deps-trisquel +++ b/deps-trisquel @@ -1,6 +1,6 @@ #!/bin/bash -# builddeb script: Installs build dependencies from apt-get (tested in Trisquel 6) +# deps-trisquel script: installs build dependencies for Trisquel 6 and 7 # # Copyright (C) 2014 Francis Rowe # @@ -25,19 +25,11 @@ if [[ $EUID -ne 0 ]]; then exit 1 fi -# Install build dependencies -# For trisquel. This might also work on other apt-get distributions. - # Duplications are intentional. Please do not re-factor. # -# This is so that individual scripts can be installed for specific applications. -# This is, alternatively, so that I can more easily move each part to a separate script. +# This is so that they can moved to separate scripts. # -# Really. Most distros come with this anyway -# Parabola does not! If you are using parabola, use "pacman -S wget" -# ------------------------------------------------------------ - apt-get -y install wget # For downloading source code -- cgit v1.1-4-g5e80