update shebangs for portability

This commit is contained in:
Andrejus
2020-02-26 15:25:03 +00:00
parent 8273c400d8
commit 7fb6cc0a73
13 changed files with 14 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ Tested on and compatible with:
## Install ## 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._ _Running the above without reading through repository is strongly discouraged._

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
# Script to set up dotfiles repository and run installer. # Script to set up dotfiles repository and run installer.
# #
@@ -12,7 +12,7 @@
# #
# $ bash bootstrap.sh # $ bash bootstrap.sh
# $ bash path/to/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. # ii. Source into existing bash shell.
# #

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
# Invokes all install scripts. # Invokes all install scripts.
# #

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
# apt update and upgrade # apt update and upgrade
# #

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
# After running this script: # After running this script:
# 1. fish shell is installed # 1. fish shell is installed

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
# After running this script: # After running this script:
# 1. git dotfiles are symlinked # 1. git dotfiles are symlinked

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
# After running this script: # After running this script:
# 1. keybase is installed # 1. keybase is installed

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
# After running this script: # After running this script:
# 1. docker is installed # 1. docker is installed

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
# After running this script: # After running this script:
# 1. pyenv is installed # 1. pyenv is installed

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
# After running this script: # After running this script:
# 1. python is installed # 1. python is installed

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
# After running this script: # After running this script:
# 1. poetry is installed # 1. poetry is installed

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Clean up # Clean up
sudo apt-get -qqy autoremove sudo apt-get -qqy autoremove

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
# Alias commands and utilities. # Alias commands and utilities.
# #