Skip to content

Commit 3a58a72

Browse files
authored
Merge pull request #3 from kpi-web-guild/feature/add-initial-sh-automation
Script for kitty update.
2 parents 576e7b4 + 2892f3e commit 3a58a72

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

install-apps.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin
3+
echo 'Update complete.'
4+
5+
6+

0 commit comments

Comments
 (0)