We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061999c commit 345ebdaCopy full SHA for 345ebda
.devcontainer/setup.sh
@@ -8,8 +8,8 @@ apt-get install -y \
8
useradd -m developer
9
su developer
10
11
-curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
12
-echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
+curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
+echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
13
apt-get install yarn -y --no-install-recommends
14
15
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
0 commit comments