run distro-de scripts, add localsend

This commit is contained in:
askiiart 2024-12-10 10:57:14 -06:00
parent b001e1a3b6
commit d793228abe
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
2 changed files with 4 additions and 0 deletions

View file

@ -34,6 +34,7 @@ chmod 700 restore.sh
cd ..
./device-specific.sh
./dotfiles/run-distro-de-script.sh
if command_exists "rpm-ostree"; then
read -p "Press enter to reboot"

View file

@ -24,10 +24,13 @@ elif command_exists "dnf"; then
# should be in my repo, but this works as both a fallback, and is faster than downloading from my repo - updates will come from my repo, though
sudo dnf install $(curl -s https://api.github.com/repos/SchildiChat/schildichat-desktop/releases/latest | grep "browser_download_url.*schildichat-desktop-.*.x86_64.rpm" | cut -d : -f 2,3 | tr -d \" | tr -d ' ')
### Install AppImages ###
# Install FjordLauncherUnlocked
mkdir ~/Applications
cd ~/Applications
curl -LO $(curl -s https://api.github.com/repos/hero-persson/FjordLauncherUnlocked/releases/latest | grep "browser_download_url.*FjordLauncher-.*.AppImage" | head --lines 1 | cut -d : -f 2,3 | tr -d \") -C -
# Install localsend
curl -LO $(curl -s https://api.github.com/repos/localsend/localsend/releases/latest | grep "browser_download_url.*LocalSend-.*.AppImage" | head --lines 1 | cut -d : -f 2,3 | tr -d \") -C -
# Install DwarFS
sudo dnf copr enable jc141/DwarFS