mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-31 16:40:26 +01:00
Proper error handling in debian-bootstrap
This commit is contained in:
parent
713c581540
commit
74ea013e42
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -ex
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Work in progress: create a list of commands necessary to get Stackage
|
# Work in progress: create a list of commands necessary to get Stackage
|
||||||
# up-and-running on a freshly installed Debian-based system (including Ubuntu).
|
# up-and-running on a freshly installed Debian-based system (including Ubuntu).
|
||||||
@ -10,6 +10,8 @@
|
|||||||
# instructions, see:
|
# instructions, see:
|
||||||
# http://www.stackage.org/install
|
# http://www.stackage.org/install
|
||||||
|
|
||||||
|
set -exu
|
||||||
|
|
||||||
add-apt-repository -y ppa:zoogie/sdl2-snapshots
|
add-apt-repository -y ppa:zoogie/sdl2-snapshots
|
||||||
add-apt-repository -y ppa:marutter/rrutter
|
add-apt-repository -y ppa:marutter/rrutter
|
||||||
add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse
|
add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user