mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-02 17:19:16 +02:00
Invoke bash using /usr/bin/env instead of hardcoded path
This commit is contained in:
parent
485e5cd088
commit
1dcecbc281
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Ensure svg-term is installed
|
||||
if ! [ -x "$(command -v svg-term)" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue