Fix comment typo

This commit is contained in:
Adam Bergmark 2015-09-13 17:23:15 +02:00
parent 509c230b6b
commit e7d25d2141

View File

@ -1,7 +1,7 @@
#!/bin/bash -ex
# Work in progress: create a list of commands necessary to get Stackage
# up-and-running on a freshly installed Debian-based system (includin Ubuntu).
# up-and-running on a freshly installed Debian-based system (including Ubuntu).
# Quick start:
# wget -O - https://raw.github.com/fpco/stackage/master/debian-bootstrap.sh | bash -ex