Skip to content

Commit 851b4ce

Browse files
author
Miqueas
committed
Added Dart to Gitpod config
1 parent abcafc6 commit 851b4ce

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.gitpod.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tasks:
2424
sudo apt update; sudo apt upgrade -y
2525
sudo add-apt-repository -y ppa:vala-team/ppa
2626
sudo apt update; sudo apt upgrade -y
27-
sudo apt install -y valac lua5.1
27+
sudo apt install -y valac lua5.1 apt-transport-https
2828
echo 'deb http://download.opensuse.org/repositories/home:/Prince781/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:Prince781.list
2929
curl -fsSL https://download.opensuse.org/repositories/home:Prince781/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Prince781.gpg > /dev/null
3030
sudo apt update
@@ -33,9 +33,13 @@ tasks:
3333
sudo apt update --allow-insecure-repositories -y
3434
sudo apt upgrade -y
3535
sudo apt -y --allow-unauthenticated install --reinstall d-apt-keyring
36-
sudo apt update -y
36+
sudo apt update; sudo apt upgrade -y
3737
sudo apt install -y dmd-compiler dmd-tools dmd-doc dub python3-pip
3838
sudo pip3 install -U meson ninja
39+
sudo sh -c 'wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -'
40+
sudo sh -c 'wget -qO- https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list'
41+
sudo apt update; sudo apt upgrade -y
42+
sudo apt install -y dart
3943

4044
vscode:
4145
extensions:

0 commit comments

Comments
 (0)