All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 9m54s
7 lines
332 B
Bash
Executable File
7 lines
332 B
Bash
Executable File
#!/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 |