-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
FlatheadV8 edited this page Mar 26, 2023
·
1 revision
Als erstes läd man sich das neueste Archiv vom Filmwandler runter und entpackt es in ein Verzeichnis, welches im PATH liegt (z.B. ~/bin/ oder /usr/local/bin/).
links -dump https://github.com/FlatheadV8/Filmwandler/releases | grep -F Latest
v7.3.1 Latest
Latest
wget https://github.com/FlatheadV8/Filmwandler/archive/refs/tags/v7.3.1.tar.gz
tar xzf v7.3.1.tar.gz -C /tmp/
Dateien ins lokale BIN-Verzeichnis verschieben:
mkdir -p ~/bin/
mv /tmp/Filmwandler-7.3.1/* ~/bin/
oder systemweit installieren:
mv /tmp/Filmwandler-7.3.1/* /usr/local/bin/