mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
Replace /bin/bash with /usr/bin/env bash shebang
This commit is contained in:
parent
e2e6604d16
commit
90ea701797
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# update.sh - Enhanced dotfiles update script
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue