mirror of https://github.com/snachodog/mybuddy.git
Install GNU gettext at gitpod startup
This commit is contained in:
parent
54511e0b0a
commit
13e5302c77
|
@ -1,5 +1,7 @@
|
||||||
tasks:
|
tasks:
|
||||||
- init: >
|
- init: >
|
||||||
|
sudo apt update &&
|
||||||
|
sudo apt -y install gettext &&
|
||||||
pipenv install --three &&
|
pipenv install --three &&
|
||||||
npm install -g gulp-cli &&
|
npm install -g gulp-cli &&
|
||||||
npm install &&
|
npm install &&
|
||||||
|
|
Loading…
Reference in New Issue