Skip to content

Commit 555f3bb

Browse files
committed
fix: maybe fix yarn install?
1 parent 146701a commit 555f3bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.devcontainer/setup.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apt-get update
22
apt-get install -y
33

4-
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
5-
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
4+
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
5+
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
66
apt-get install yarn -y --no-install-recommends
77

88
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
@@ -12,4 +12,3 @@ sed -i -e "s/\/root\/.oh-my-zsh/\/home\/$USERNAME\/.oh-my-zsh/g" /home/$USERNAME
1212
chown -R $USER_UID:$USER_GID /home/$USERNAME/.oh-my-zsh /home/$USERNAME/.zshrc
1313

1414
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
15-

0 commit comments

Comments
 (0)