Skip to content

Commit

Permalink
changed install command for better compatibility (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Disaster2life authored Aug 3, 2023
1 parent 79dda12 commit fef6be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
## Installation Methods

* **Recommended way**:
- `curl -sSf https://raw.githubusercontent.com/Delta-Icons/linux/master/install.sh | sh`
- `bash -c "$(curl -sSf https://raw.githubusercontent.com/Delta-Icons/linux/master/install.sh)"`

* **Manual method**:
1. Clone this repository to somewhere on your machine: `git clone https://github.com/Delta-Icons/linux.git`
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plasma | plasmawayland | cinnamon)
;;
esac

function Delta_Apply () {
Delta_Apply () {
echo -e "\nRunning $DARK_PASTEL_BLUE$Installation_Method$RESET\n"
curl -L -O https://github.com/Delta-Icons/linux/releases/latest/download/delta-linux.tar.gz
case $Installation_Method in
Expand Down

0 comments on commit fef6be6

Please sign in to comment.