Skip to content

Commit 345ebda

Browse files
committed
fix: potentially fix yarn registry issue
1 parent 061999c commit 345ebda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ apt-get install -y \
88
useradd -m developer
99
su developer
1010

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
11+
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
12+
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
1313
apt-get install yarn -y --no-install-recommends
1414

1515
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

0 commit comments

Comments
 (0)