File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments