4 lines
186 B
Bash
Executable File
4 lines
186 B
Bash
Executable File
#! /bin/sh
|
|
|
|
curl -sL https://github.com/noctalia-dev/noctalia-shell/releases/latest/download/noctalia-latest.tar.gz | tar -xz --strip-components=1 -C ~/.config/quickshell/noctalia-shell
|