3 lines
159 B
Bash
Executable file
3 lines
159 B
Bash
Executable file
#!/usr/bin/env bash
|
|
#MISE description="Install Ghostty"
|
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mkasberg/ghostty-ubuntu/HEAD/install.sh)"
|