mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-25 07:05:55 +03:00
[GH-ISSUE #183] Installation errors #145
Labels
No labels
Bug Report
Enhancement
Enhancement
Feature Idea
Feature Idea
Not Implemented
Question
Question
Task
Wontfix
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zmbackup#145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lyosen on GitHub (Mar 21, 2023).
Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/183
when I run the install.sh file according to the instructions. The following system error message:
bash: ./install.sh: /bin/bash^M: bad interpreter: No such file or directory
I was: chmod +x install.sh
and install epl + parallel ...etc.
my system not connect internet
@filipisaci commented on GitHub (Mar 21, 2023):
Hello, @lyosen
This problem generally happens when you copy a file from MS Windows to GNU/Linux.
This link can help you: https://www.cyberciti.biz/faq/howto-unix-linux-convert-dos-newlines-cr-lf-unix-text-format/
@filipisaci commented on GitHub (Mar 21, 2023):
Hello, @Nguyễn Lê Tuấn
This problem generally happens when you copy a file from MS Windows to
GNU/Linux.
This link can help you:
https://www.cyberciti.biz/faq/howto-unix-linux-convert-dos-newlines-cr-lf-unix-text-format/
Em ter., 21 de mar. de 2023 às 00:23, Nguyễn Lê Tuấn <
@.***> escreveu: