fix installation script
This commit is contained in:
@ -1,6 +1,18 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# RozK
|
# RozK
|
||||||
rm -f ~/.avidemux6/custom/preset_gopro_8:7*
|
|
||||||
cp gopro_8:7/preset_gopro_8:7* ~/.avidemux6/custom/
|
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
|
||||||
|
|
||||||
sudo mkdir -p /opt/rk/avidemux
|
sudo mkdir -p /opt/rk/avidemux
|
||||||
|
sudo rm -f /opt/rk/avidemux/*
|
||||||
sudo cp gopro_8:7/unfish_gopro_8:7.glsl /opt/rk/avidemux
|
sudo cp gopro_8:7/unfish_gopro_8:7.glsl /opt/rk/avidemux
|
||||||
|
Reference in New Issue
Block a user