Fix shebangs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#! bash
|
||||
#!/bin/bash
|
||||
|
||||
echo "Creating development directories"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! zsh
|
||||
#! /bin/zsh
|
||||
|
||||
enpass-cli -vault="$HOME/.local/share/Enpass/Enpass/Vaults/primary" -sort copy "Firefox"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! bash
|
||||
#! /bin/bash
|
||||
|
||||
"$HOME/.local/bin/install/password.sh"
|
||||
"$HOME/.local/bin/install/ssh.sh"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! zsh
|
||||
#! /bin/zsh
|
||||
|
||||
mkdir -p "$HOME/Tower"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! bash
|
||||
#! /bin/bash
|
||||
|
||||
export MASTERPW=$(gum input --header="Master password" --password)
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! bash
|
||||
#! /bin/bash
|
||||
|
||||
echo "Setting up SSH"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! bash
|
||||
#! /bin/bash
|
||||
|
||||
sudo systemctl enable --now expressvpn.service
|
||||
|
||||
|
||||
Reference in New Issue
Block a user