Skip to content

Commit

Permalink
v6.29
Browse files Browse the repository at this point in the history
+ DietPi-Software | O!MPD: Fix missing youtube-dl execute permissions
  • Loading branch information
MichaIng authored Mar 7, 2020
1 parent 9ad5ece commit 0be569e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -3957,7 +3957,7 @@ amvdec_vp9' > /etc/modules-load.d/dietpi-n2-kodi.conf
# - "wget --spider" and "curl -LI" fail with 403 Forbidden
INSTALL_URL_ADDRESS='https://yt-dl.org/downloads/latest'
G_CHECK_URL "$INSTALL_URL_ADDRESS"
G_THREAD_START curl -L "$INSTALL_URL_ADDRESS/youtube-dl" -o /usr/local/bin/youtube-dl
G_THREAD_START curl -sSL "$INSTALL_URL_ADDRESS/youtube-dl" -o /usr/local/bin/youtube-dl
DEPS_LIST='python-requests'

Download_Install 'https://github.com/ArturSierzant/OMPD/archive/master.tar.gz' /var/www
Expand All @@ -3970,6 +3970,8 @@ amvdec_vp9' > /etc/modules-load.d/dietpi-n2-kodi.conf
fi
mv /var/www/OMPD* /var/www/ompd

chmod +x /usr/local/bin/youtube-dl

fi

software_id=135 # IceCast + DarkIce
Expand Down

0 comments on commit 0be569e

Please sign in to comment.