Skip to content

Commit

Permalink
fix: added patch package to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
FoggyMtnDrifter authored Sep 4, 2021
1 parent 214ac61 commit fc5af85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkgver=4.32.20
srcdir="$PWD"

install_dependencies() {
sudo eopkg -y install p7zip imagemagick nodejs wget
sudo eopkg -y install p7zip imagemagick nodejs wget patch
sudo npm install -g electron@^6 --unsafe-perm=true
sudo npm install -g --engine-strict asar
sudo npm install -g prettier
Expand Down

0 comments on commit fc5af85

Please sign in to comment.