Fix shebangs
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#! bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Creating development directories"
|
echo "Creating development directories"
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#! zsh
|
#! /bin/zsh
|
||||||
|
|
||||||
enpass-cli -vault="$HOME/.local/share/Enpass/Enpass/Vaults/primary" -sort copy "Firefox"
|
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/password.sh"
|
||||||
"$HOME/.local/bin/install/ssh.sh"
|
"$HOME/.local/bin/install/ssh.sh"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#! zsh
|
#! /bin/zsh
|
||||||
|
|
||||||
mkdir -p "$HOME/Tower"
|
mkdir -p "$HOME/Tower"
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#! bash
|
#! /bin/bash
|
||||||
|
|
||||||
export MASTERPW=$(gum input --header="Master password" --password)
|
export MASTERPW=$(gum input --header="Master password" --password)
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#! bash
|
#! /bin/bash
|
||||||
|
|
||||||
echo "Setting up SSH"
|
echo "Setting up SSH"
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#! bash
|
#! /bin/bash
|
||||||
|
|
||||||
sudo systemctl enable --now expressvpn.service
|
sudo systemctl enable --now expressvpn.service
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#! bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Launch the default browser as determined by xdg-settings.
|
# Launch the default browser as determined by xdg-settings.
|
||||||
# Automatically converts --private into the correct flag for the given browser.
|
# Automatically converts --private into the correct flag for the given browser.
|
||||||
|
|||||||
Reference in New Issue
Block a user