Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7ad5f commit c6b95d7Copy full SHA for c6b95d7
.circleci/config.yml
@@ -11,8 +11,8 @@ version: 2.1
11
apt-run: &apt-install
12
name: Install apt packages
13
command: |
14
- sudo apt-get -qq update
15
- sudo apt-get install -y \
+ sudo apt -qq update
+ sudo apt install -y \
16
inkscape \
17
ffmpeg \
18
dvipng \
azure-pipelines.yml
@@ -59,8 +59,8 @@ steps:
59
set -e
60
case "$(python -c 'import sys; print(sys.platform)')" in
61
linux)
62
- sudo apt-get update
63
- sudo apt-get install \
+ sudo apt update
+ sudo apt install \
64
cm-super \
65
66
0 commit comments