Cygwin scripts (Update URLs)

This commit is contained in:
q3aql 2021-12-28 23:23:19 +01:00
parent 1439e58fe6
commit c854497171
2 changed files with 8 additions and 8 deletions

View File

@ -59,8 +59,8 @@ if [ -f "/usr/bin/apt-cyg" ] ; then
sleep 1 sleep 1
else else
cd /tmp cd /tmp
git clone "https://github.com/transcode-open/apt-cyg" git clone "https://github.com/q3aql/ffmpeg-builds"
cd apt-cyg/ cd ffmpeg-builds
cp -rfv apt-cyg /usr/bin cp -rfv apt-cyg /usr/bin
echo "* apt-cyg installed" echo "* apt-cyg installed"
fi fi
@ -70,8 +70,8 @@ if [ -f /usr/include/w32api/strsafe.h_fix ] ; then
echo "* strsafe.h was fixed previously" echo "* strsafe.h was fixed previously"
else else
cd /tmp cd /tmp
git clone "https://github.com/q3aql/ffmpeg-static-builds" git clone "https://github.com/q3aql/ffmpeg-builds"
cd ffmpeg-static-builds cd ffmpeg-builds
cp -rfv /usr/include/w32api/strsafe.h /usr/include/w32api/strsafe.h.bck cp -rfv /usr/include/w32api/strsafe.h /usr/include/w32api/strsafe.h.bck
cp -rfv cygwin_fix_strsafe.h /usr/include/w32api/strsafe.h cp -rfv cygwin_fix_strsafe.h /usr/include/w32api/strsafe.h
cp -rfv cygwin_fix_strsafe.h /usr/include/w32api/strsafe.h_fix cp -rfv cygwin_fix_strsafe.h /usr/include/w32api/strsafe.h_fix

View File

@ -59,8 +59,8 @@ if [ -f "/usr/bin/apt-cyg" ] ; then
sleep 1 sleep 1
else else
cd /tmp cd /tmp
git clone "https://github.com/transcode-open/apt-cyg" git clone "https://github.com/q3aql/ffmpeg-builds"
cd apt-cyg/ cd ffmpeg-builds
cp -rfv apt-cyg /usr/bin cp -rfv apt-cyg /usr/bin
echo "* apt-cyg installed" echo "* apt-cyg installed"
fi fi
@ -70,8 +70,8 @@ if [ -f /usr/include/w32api/strsafe.h_fix ] ; then
echo "* strsafe.h was fixed previously" echo "* strsafe.h was fixed previously"
else else
cd /tmp cd /tmp
git clone "https://github.com/q3aql/ffmpeg-static-builds" git clone "https://github.com/q3aql/ffmpeg-builds"
cd ffmpeg-static-builds cd ffmpeg-builds
cp -rfv /usr/include/w32api/strsafe.h /usr/include/w32api/strsafe.h.bck cp -rfv /usr/include/w32api/strsafe.h /usr/include/w32api/strsafe.h.bck
cp -rfv cygwin_fix_strsafe.h /usr/include/w32api/strsafe.h cp -rfv cygwin_fix_strsafe.h /usr/include/w32api/strsafe.h
cp -rfv cygwin_fix_strsafe.h /usr/include/w32api/strsafe.h_fix cp -rfv cygwin_fix_strsafe.h /usr/include/w32api/strsafe.h_fix