Skip to content

Commit 5d941ea

Browse files
committed
Fix the script shebang
1 parent 92b6f09 commit 5d941ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

umai.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/bash
2+
13
# Copyright (C) 2022 Rastislav Kish
24
#
35
# This program is free software: you can redistribute it and/or modify
@@ -12,8 +14,6 @@
1214
# You should have received a copy of the GNU General Public License
1315
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1416

15-
#!/usr/bin/bash
16-
1717
. /etc/os-release
1818

1919
if ! [[ "$NAME" == "Ubuntu" ]]; then

0 commit comments

Comments
 (0)