Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
Update material shell with latest compatible branch with gnome 3.38
  • Loading branch information
jules-ch authored May 31, 2021
1 parent 3cd029f commit 2d4adf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ sudo apt-get update -qq && sudo apt-get install -y yarn

# Setup GNOME material shell (Need Node.js for compilation of the Typescript extension)

git clone https://github.com/PapyElGringo/material-shell.git ~/material-shell || true
git clone -b 3.38 https://github.com/PapyElGringo/material-shell.git ~/material-shell || true
make -C ~/material-shell/ install


Expand Down

0 comments on commit 2d4adf2

Please sign in to comment.