Skip to content

Commit

Permalink
removed misleading text
Browse files Browse the repository at this point in the history
  • Loading branch information
brandleesee committed Apr 20, 2019
1 parent d3f3f44 commit 4c5ae5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

- https://ryanstutorials.net/bash-scripting-tutorial/bash-if-statements.php - to make sure *elif* statement is used correctly
- https://forums.linuxmint.com/viewtopic.php?t=263277 - checked where packages are downloaded from - resulted to be from ubuntu
- https://www.rootusers.com/check-which-linux-mint-version/ - checked whether Linux Mint releases have two decimal places like ubuntu 18.**04** - resulted negative thus, had to change `cut -c -2` to `cut -c -1` in line 38
- https://www.rootusers.com/check-which-linux-mint-version/
- https://www.tldp.org/LDP/abs/html/comparison-ops.html
- https://stackoverflow.com/a/4277753
- https://stackoverflow.com/questions/2237080/how-to-compare-strings-in-bash
Expand Down

0 comments on commit 4c5ae5d

Please sign in to comment.