remove sudo
This commit is contained in:
parent
11a3f15989
commit
d47445b5bc
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ variables:
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- sudo apt install wget
|
- apt install wget
|
||||||
- wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.114.0/hugo_extended_0.114.0_linux-amd64.deb
|
- wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.114.0/hugo_extended_0.114.0_linux-amd64.deb
|
||||||
- dpkg -i hugo.deb
|
- dpkg -i hugo.deb
|
||||||
- curl https://get.volta.sh | bash
|
- curl https://get.volta.sh | bash
|
||||||
|
|
Reference in a new issue