Skip to content

Commit 85b118a

Browse files
committed
--yes for apt-get install
1 parent 6e03715 commit 85b118a

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ paper.pdf
1313
*.out
1414
*.synctex.gz
1515
*.zip
16-
package/
16+
package/

.latexmkrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
$pdflatex = 'pdflatex %O --shell-escape %S';
2-
$success_cmd = 'texqc && texsc';
2+
$success_cmd = 'texqc && texsc';

.rultor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ architect:
33
docker:
44
image: yegor256/rultor-image:1.23.1
55
install: |
6-
sudo apt-get install -y python3-pygments
6+
sudo apt-get install --yes python3-pygments
77
sudo pip3 install pygments
88
pdd --file=/dev/null
99
sudo tlmgr option repository ctan

DEPENDS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ hard transparent
4242
hard trimspaces
4343
hard upquote
4444
hard wrapfig
45-
hard xstring
45+
hard xstring

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,3 @@ zip: *.tex
5151

5252
clean:
5353
git clean -dfX
54-

aspell.en.pws

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Bugayenko
44
Huawei
55
Mixins
66
goto
7-
minimalistic
7+
minimalistic

main.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@misc{bugayenko2021eolang,
2-
title={EOLANG and phi-calculus},
2+
title={EOLANG and phi-calculus},
33
author={Yegor Bugayenko},
44
year={2021},
55
eprint={2111.13384},
@@ -49,4 +49,4 @@ @inproceedings{ceccato2008goto
4949
pages={53--62},
5050
year={2008},
5151
organization={IEEE}
52-
}
52+
}

0 commit comments

Comments
 (0)