Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TolisSth authored Jan 16, 2023
1 parent 2e6550b commit 225e06c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ Development Assistant Script or else <b>DAS</b> is a simple script that will hel
<li><b>yay AUR helper</b> if you are using Arch derivatives</li>
<li><b>snap package manager</b> if you are using Debian derivatives</li>
</ul>
<h1>Troubleshooting</h1>
If something like this<br>
<code>bash: ./main.sh: /bin/bash^M: bad interpreter: No such file or directory1</code><br>
appears, use<br>
<code>sed -i -e 's/\r$//' main.sh</code><br>
before running the script.

0 comments on commit 225e06c

Please sign in to comment.