Fix shebang in scripts

This commit is contained in:
2020-02-24 10:42:23 +01:00
parent eae66600af
commit f439b8441b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#/usr/bin/env bash #!/usr/bin/env bash
# #
# Makes sure the dotfiles directory is in /var/lib/dotfiles and then calls # Makes sure the dotfiles directory is in /var/lib/dotfiles and then calls
# install.sh # install.sh

View File

@@ -1,4 +1,4 @@
#/usr/bin/env bash #!/usr/bin/env bash
# #
# Wraps "make" and ensures basic packages are installed: # Wraps "make" and ensures basic packages are installed:
# #