diff --git a/do-everything.bash b/do-everything.bash index 04aadfc..f7cbeb1 100755 --- a/do-everything.bash +++ b/do-everything.bash @@ -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" diff --git a/install-stuff/install-misc.sh b/install-stuff/install-misc.sh index b5c8085..39ea44f 100755 --- a/install-stuff/install-misc.sh +++ b/install-stuff/install-misc.sh @@ -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