youtube-support
This commit is contained in:
parent
fffbdffae6
commit
435f61a663
8 changed files with 15 additions and 0 deletions
|
@ -459,6 +459,14 @@ echo "${repo}-${version}" > /etc/hostname
|
|||
cp /opt/${repo1}/uefi-boot.sh /usr/bin/uefi-boot
|
||||
chmod 755 /usr/bin/uefi-boot
|
||||
|
||||
# youtube-dl
|
||||
cp /opt/${repo1}/youtube-dl.sh /usr/bin/youtube-downloader
|
||||
chmod 755 /usr/bin/youtube-downloader
|
||||
|
||||
# youtube
|
||||
cp /opt/${repo1}/youtube.sh /usr/bin/youtube
|
||||
chmod 755 /usr/bin/youtube
|
||||
|
||||
# write-partitions manager
|
||||
cp /opt/${repo}/write_cowspace /usr/bin/write_cowspace
|
||||
chmod 755 /usr/bin/write_cowspace
|
||||
|
|
|
@ -166,3 +166,4 @@ xorg-xinit
|
|||
xorriso
|
||||
xscreensaver
|
||||
xterm
|
||||
youtube-dl
|
||||
|
|
|
@ -161,3 +161,4 @@ xorg-xinit
|
|||
xorriso
|
||||
xscreensaver
|
||||
xterm
|
||||
youtube-dl
|
||||
|
|
|
@ -165,3 +165,4 @@ xorg-xinit
|
|||
xorriso
|
||||
xscreensaver
|
||||
xterm
|
||||
youtube-dl
|
||||
|
|
|
@ -161,3 +161,4 @@ xorg-xinit
|
|||
xorriso
|
||||
xscreensaver
|
||||
xterm
|
||||
youtube-dl
|
||||
|
|
|
@ -164,3 +164,4 @@ xorg-xinit
|
|||
xorriso
|
||||
xscreensaver
|
||||
xterm
|
||||
youtube-dl
|
||||
|
|
|
@ -163,3 +163,4 @@ xorg-xinit
|
|||
xorriso
|
||||
xscreensaver
|
||||
xterm
|
||||
youtube-dl
|
||||
|
|
|
@ -985,6 +985,7 @@ xscreensaver
|
|||
xterm
|
||||
xvidcore
|
||||
xz
|
||||
youtube-dl
|
||||
zenity
|
||||
zeromq
|
||||
zip
|
||||
|
|
Loading…
Reference in a new issue