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