summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-28 05:28:31 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-28 05:28:31 +0000
commitf659e04322d3631031e88909671b552286bebf6f (patch)
tree44692383f63e25afcf29ac5f253236c76ee41072
parentc093f2a4ccb8c8f703be772067b2dded91e522e8 (diff)
deps-trisquel: fix typo, remove obsolete comments
-rwxr-xr-xdeps-trisquel12
1 files 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 <info@gluglug.org.uk>
#
@@ -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