Skip to content

Commit 966fb86

Browse files
author
Matthias Koeppe
committed
.devcontainer/downstream-archlinux-latest: Remove NoExtract from /etc/pacman.conf; see #36028
1 parent e249bef commit 966fb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/downstream-archlinux-latest/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "archlinux:latest downstream Sage",
44
"image": "archlinux:latest",
55
// Create an empty bashrc to avoid the error "No such file or directory" when opening a terminal.
6-
"onCreateCommand": "EXTRA_SYSTEM_PACKAGES='sagemath sagemath-doc' EXTRA_SAGE_PACKAGES='notebook pip' .devcontainer/onCreate.sh && touch ~/.bashrc",
6+
"onCreateCommand": "sed -i '/^NoExtract/d' /etc/pacman.conf; EXTRA_SYSTEM_PACKAGES='sagemath sagemath-doc' EXTRA_SAGE_PACKAGES='notebook pip' .devcontainer/onCreate.sh && touch ~/.bashrc",
77
// There's no SAGE_LOCAL, so remove the symlink 'prefix'.
88
"updateContentCommand": "rm -f prefix && ln -sf /usr venv",
99
"extensions": [

0 commit comments

Comments
 (0)