Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davethepear committed Jul 5, 2021
1 parent 5c24efb commit 3d78f3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# update in a tmux window
Updating via SSH, auto open a tmux window and start updating...
I created an alias in `.bash_aliases`...
I created an alias in `.bash_aliases`... I put my scripts in home/dave/scripts (I'm Dave!)
```bash
alias u='$HOME/scripts/update.sh'
```
### Requires tmux - https://github.com/tmux/
```
sudo apt install tmux
```
I can't, well yeah I can, believe I forgot the variable! Also, I had the IFs backward... ugh.

0 comments on commit 3d78f3a

Please sign in to comment.