run distro-de scripts, add localsend
This commit is contained in:
parent
b001e1a3b6
commit
d793228abe
2 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue