Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove chmod 777 Kayla.NET-Linux instruction from README.md #5

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

Benjamin-Loison
Copy link
Contributor

@Benjamin-Loison Benjamin-Loison commented Jan 14, 2024

wget https://github.com/Cryental/Kayla.NET/releases/download/v1.2.2/Kayla.NET-Linux
ls -lh Kayla.NET-Linux
-rw-r--r-- 1 benjamin benjamin 76M Dec  7  2021 Kayla.NET-Linux
chmod 777 Kayla.NET-Linux
ls -lh Kayla.NET-Linux
-rwxrwxrwx 1 benjamin benjamin 76M Dec  7  2021 Kayla.NET-Linux
chmod +x Kayla.NET-Linux
ls -lh Kayla.NET-Linux
-rwxrwxrwx 1 benjamin benjamin 76M Dec  7  2021 Kayla.NET-Linux

```bash
wget https://github.com/Cryental/Kayla.NET/releases/download/v1.2.2/Kayla.NET-Linux
```

```bash
ls -lh Kayla.NET-Linux
```
```
-rw-r--r-- 1 benjamin benjamin 76M Dec  7  2021 Kayla.NET-Linux
```

```bash
chmod 777 Kayla.NET-Linux
ls -lh Kayla.NET-Linux
```
```
-rwxrwxrwx 1 benjamin benjamin 76M Dec  7  2021 Kayla.NET-Linux
```

```bash
chmod +x Kayla.NET-Linux
ls -lh Kayla.NET-Linux
```
```
-rwxrwxrwx 1 benjamin benjamin 76M Dec  7  2021 Kayla.NET-Linux
```
@Cryental Cryental merged commit 743dc2d into Cryental:master Feb 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants