update shebangs for portability
This commit is contained in:
@@ -6,7 +6,7 @@ Tested on and compatible with:
|
||||
|
||||
## Install
|
||||
|
||||
bash <(wget https://raw.githubusercontent.com/andrejusk/dotfiles/master/bootstrap.sh)
|
||||
wget -O - https://raw.githubusercontent.com/andrejusk/dotfiles/master/bootstrap.sh | bash
|
||||
|
||||
_Running the above without reading through repository is strongly discouraged._
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Script to set up dotfiles repository and run installer.
|
||||
#
|
||||
@@ -12,7 +12,7 @@
|
||||
#
|
||||
# $ bash bootstrap.sh
|
||||
# $ bash path/to/bootstrap.sh
|
||||
# $ bash <(wget path.to/bootstrap.sh)
|
||||
# $ wget -O - path.to/bootstrap.sh | bash
|
||||
#
|
||||
# ii. Source into existing bash shell.
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Invokes all install scripts.
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# apt update and upgrade
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# After running this script:
|
||||
# 1. fish shell is installed
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# After running this script:
|
||||
# 1. git dotfiles are symlinked
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# After running this script:
|
||||
# 1. keybase is installed
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# After running this script:
|
||||
# 1. docker is installed
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# After running this script:
|
||||
# 1. pyenv is installed
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# After running this script:
|
||||
# 1. python is installed
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# After running this script:
|
||||
# 1. poetry is installed
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Clean up
|
||||
sudo apt-get -qqy autoremove
|
||||
|
||||
Reference in New Issue
Block a user