diff options
author | Ben Sima <ben@bsima.me> | 2018-07-31 15:32:48 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-07-31 15:32:48 -0700 |
commit | a23fefe0f3ab3bb63beea5517648a0c09eb07ad6 (patch) | |
tree | 00ff91b6623e2b7aa23af9762ce026dfa3ab50c5 | |
parent | d8987dde0c09455fd877591c1e671e30d1d804e9 (diff) |
Fix install script
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash # # Downloads and installs home-manager, then symlinks this directory where # home-manager expects it. |