Fix shebang

This commit is contained in:
Tim 2023-06-05 14:59:28 +02:00
parent 7e165c9cec
commit 9dc4e76744
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
!/bin/bash
#!/bin/bash
sudo apt install zsh wget curl stow
cd "$(dirname "$0")"