mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 07:25:38 +00:00
SFTP: fixed script path + comments
This commit is contained in:
parent
cb6222c7e3
commit
e5926a2b4e
|
@ -284,7 +284,7 @@ modules:
|
||||||
# dependency of: CEMU, RPCS3
|
# dependency of: CEMU, RPCS3
|
||||||
- rd-submodules/shared-modules/glew/glew.json
|
- rd-submodules/shared-modules/glew/glew.json
|
||||||
|
|
||||||
# SFTP Server
|
# SFTP Server - START
|
||||||
|
|
||||||
- name: sftp-hostname
|
- name: sftp-hostname
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
|
@ -293,8 +293,8 @@ modules:
|
||||||
- tar -xf data.tar.zst
|
- tar -xf data.tar.zst
|
||||||
- cp -r bin/* ${FLATPAK_DEST}/bin
|
- cp -r bin/* ${FLATPAK_DEST}/bin
|
||||||
- mkdir -p ${FLATPAK_DEST}/libexec
|
- mkdir -p ${FLATPAK_DEST}/libexec
|
||||||
- cp -vf ftp_server.sh ${FLATPAK_DEST}/libexec
|
- cp -vf sftp_server.sh ${FLATPAK_DEST}/libexec
|
||||||
- chmod +x ${FLATPAK_DEST}/libexec/ftp_server.sh
|
- chmod +x ${FLATPAK_DEST}/libexec/sftp_server.sh
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
url: http://de.archive.ubuntu.com/ubuntu/pool/main/h/hostname/hostname_3.23ubuntu2_amd64.deb
|
url: http://de.archive.ubuntu.com/ubuntu/pool/main/h/hostname/hostname_3.23ubuntu2_amd64.deb
|
||||||
|
|
Loading…
Reference in a new issue