-
-
Notifications
You must be signed in to change notification settings - Fork 22
"Offline" Installation
This is a guide to bypass the Install section, if for some reason dependency installation via the built in installer is not working for you.
AppImage: mkdir -p /home/$USER/.local/share/REAL-Video-Enhancer && curl -L -O https://github.com/TNTwise/Rife-Vulkan-Models/releases/download/1/models.tar.xz && tar xf models.tar.xz && mv models /home/$USER/.local/share/REAL-Video-Enhancer/ && curl -L -O https://github.com/TNTwise/Rife-Vulkan-Models/releases/download/1/icons.tar.xz && tar xf icons.tar.xz && mv icons /home/$USER/.local/share/REAL-Video-Enhancer/ && curl -L -O https://github.com/TNTwise/Rife-Vulkan-Models/releases/download/1/bin.tar.xz && tar xf bin.tar.xz && mv bin /home/$USER/.local/share/REAL-Video-Enhancer/
Flatpak: mkdir -p /home/$USER/.var/app/io.github.tntwise.REAL-Video-Enhancer/ && curl -L -O https://github.com/TNTwise/Rife-Vulkan-Models/releases/download/1/models.tar.xz && tar xf models.tar.xz && mv models /home/$USER/.var/app/io.github.tntwise.REAL-Video-Enhancer/ && curl -L -O https://github.com/TNTwise/Rife-Vulkan-Models/releases/download/1/icons.tar.xz && tar xf icons.tar.xz && mv icons /home/$USER/.var/app/io.github.tntwise.REAL-Video-Enhancer/ && curl -L -O https://github.com/TNTwise/Rife-Vulkan-Models/releases/download/1/bin.tar.xz && tar xf bin.tar.xz && mv bin /home/$USER/.var/app/io.github.tntwise.REAL-Video-Enhancer/