wyoming, borg, grayjay, oh my
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 9m54s
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 9m54s
This commit is contained in:
7
active/software_grayjay/desktop-install.sh
Executable file
7
active/software_grayjay/desktop-install.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# wget -O /tmp/GrayJay.zip https://updater.grayjay.app/Apps/Grayjay.Desktop/Grayjay.Desktop-linux-x64.zip
|
||||
unzip /tmp/GrayJay.zip -d /tmp/GrayJay
|
||||
mkdir -p ~/Applications/GrayJay
|
||||
rsync /tmp/GrayJay/*/* ~/Applications/GrayJay
|
||||
desktop-file-install --dir ~/.local/share/applications ./active/software_grayjay/grayjay.desktop
|
||||
7
active/software_grayjay/grayjay.desktop
Normal file
7
active/software_grayjay/grayjay.desktop
Normal file
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=GrayJay
|
||||
Exec=/home/ducoterra/Applications/GrayJay/Grayjay
|
||||
Icon=/home/ducoterra/Applications/GrayJay/grayjay
|
||||
Type=Application
|
||||
Path=/home/ducoterra/Applications/GrayJay
|
||||
Terminal=false
|
||||
11
active/software_grayjay/grayjay.md
Normal file
11
active/software_grayjay/grayjay.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GrayJay
|
||||
|
||||
<https://grayjay.app/>
|
||||
|
||||
A youtube/spotify/media source agregator and player alternative.
|
||||
|
||||
## Desktop Install
|
||||
|
||||
```bash
|
||||
./active/software_grayjay/desktop-install.sh
|
||||
```
|
||||
Reference in New Issue
Block a user