1
0
Files
avidemux_shaders/install_gopro_8:7.sh

19 lines
496 B
Bash
Raw Normal View History

2025-06-20 05:15:40 +02:00
#!/bin/sh
# RozK
2025-09-06 03:32:42 +02:00
if [ -d ~/.local/share/avidemux6 ]; then
mkdir -p ~/.local/share/avidemux6/custom
rm -f ~/.local/share/avidemux6/custom/preset_gopro*
cp gopro_8:7/preset_gopro* ~/.local/share/avidemux6/custom/
fi
if [ -d ~/.avidemux6 ]; then
mkdir -p ~/.avidemux6/custom
rm -f ~/.avidemux6/custom/preset_gopro*
cp gopro_8:7/preset_gopro* ~/.avidemux6/custom/
fi
2025-07-29 03:45:48 +02:00
sudo mkdir -p /opt/rk/avidemux
2025-09-06 03:32:42 +02:00
sudo rm -f /opt/rk/avidemux/*
2025-07-29 03:45:48 +02:00
sudo cp gopro_8:7/unfish_gopro_8:7.glsl /opt/rk/avidemux