Skip to content

Commit 884f042

Browse files
authored
Allow comments in apt-packages.txt
1 parent 15456fd commit 884f042

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ brew bundle install
6767

6868
#### Debian/Ubuntu
6969
```shell
70-
xargs sudo apt-get -y install < apt-packages.txt
70+
sed 's/#.*$//' < apt-packages.txt | xargs sudo apt-get -y install
7171
```
7272

7373

apt-packages.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
# APT packages to install.
2+
# Keep in sync with Brewfile and Dockerfile.
13
octave
24
multitime
3-
shellcheck
5+
shellcheck # For linter.yml
46
z3

0 commit comments

Comments
 (0)