Skip to content

Commit 69572f5

Browse files
author
Miqueas
committed
E
1 parent 8d2f9f0 commit 69572f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitpod.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tasks:
77
sudo apt update; sudo apt upgrade -y
88
sudo add-apt-repository -y ppa:vala-team/ppa
99
sudo apt update; sudo apt upgrade -y
10-
sudo apt install -y valac lua5.1 apt-transport-https
10+
sudo apt install -y valac lua5.1 apt-transport-https gnupg ca-certificates
1111
1212
# Vala language server
1313
echo 'deb http://download.opensuse.org/repositories/home:/Prince781/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:Prince781.list
@@ -45,7 +45,6 @@ tasks:
4545
curl -sSL https://git.io/g-install | sh -s -- bash -y
4646
4747
# C# (Mono)
48-
sudo apt install -y gnupg ca-certificates
4948
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
5049
echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
5150
sudo apt update; sudo apt upgrade -y

0 commit comments

Comments
 (0)