Fixed deploy script 0.2.0

This commit is contained in:
ChristianVisintin
2020-12-21 14:07:43 +01:00
parent 50b8f3cd71
commit 50efebdd63
2 changed files with 3 additions and 1 deletions

View File

@@ -59,6 +59,8 @@ It happens quite often to me, when using SCP at work to forget the path of a fil
- SCP - SCP
- FTP and FTPS - FTP and FTPS
- Practical user interface to explore and operate on the remote and on the local machine file system - Practical user interface to explore and operate on the remote and on the local machine file system
- Bookmarks and recent connections can be saved to access quickly to your favourite hosts
- Supports text editors to view and edit text files
- Compatible with Windows, Linux, BSD and MacOS - Compatible with Windows, Linux, BSD and MacOS
- Written in Rust - Written in Rust
- Easy to extend with new file transfers protocols - Easy to extend with new file transfers protocols

View File

@@ -29,7 +29,7 @@ docker build --tag termscp-${VERSION}-x86_64_archlinux .
cd - cd -
mkdir -p ${PKGS_DIR}/arch/ mkdir -p ${PKGS_DIR}/arch/
CONTAINER_NAME=$(docker create termscp-${VERSION}-x86_64_archlinux termscp-${VERSION}-x86_64_archlinux) CONTAINER_NAME=$(docker create termscp-${VERSION}-x86_64_archlinux termscp-${VERSION}-x86_64_archlinux)
docker cp ${CONTAINER_NAME}:/usr/src/termscp/termscp-${VERSION}-x86_64.tar.gz pkgs/arch/ docker cp ${CONTAINER_NAME}:/usr/src/termscp/termscp-${VERSION}-x86_64.tar.gz ${PKGS_DIR}/arch/
docker cp ${CONTAINER_NAME}:/usr/src/termscp/PKGBUILD ${PKGS_DIR}/arch/ docker cp ${CONTAINER_NAME}:/usr/src/termscp/PKGBUILD ${PKGS_DIR}/arch/
docker cp ${CONTAINER_NAME}:/usr/src/termscp/.SRCINFO ${PKGS_DIR}/arch/ docker cp ${CONTAINER_NAME}:/usr/src/termscp/.SRCINFO ${PKGS_DIR}/arch/