File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,19 @@ update_os
1414
1515msg_info " Installing Dependencies"
1616
17- curl -fsSL https://packagecloud.io/dcommander/turbovnc/gpgkey | gpg --dearmor -o /etc/apt/trusted.gpg.d/TurboVNC.gpg
18- curl -fsSL https://packagecloud.io/dcommander/virtualgl/gpgkey | gpg --dearmor -o /etc/apt/trusted.gpg.d/VirtualGL.gpg
19- wget -q -O /etc/apt/sources.list.d/TurboVNC.list https://raw.githubusercontent.com/TurboVNC/repo/main/TurboVNC.list
20- wget -q -O /etc/apt/sources.list.d/VirtualGL.list https://raw.githubusercontent.com/VirtualGL/repo/main/VirtualGL.list
21- $STD apt-get update
17+ setup_deb822_repo \
18+ " TurboVNC" \
19+ " https://packagecloud.io/dcommander/turbovnc/gpgkey" \
20+ " https://packagecloud.io/dcommander/turbovnc/any/" \
21+ " any" \
22+ " main"
23+
24+ setup_deb822_repo \
25+ " VirtualGL" \
26+ " https://packagecloud.io/dcommander/virtualgl/gpgkey" \
27+ " https://packagecloud.io/dcommander/virtualgl/any/" \
28+ " any" \
29+ " main"
2230
2331$STD apt-get install -y \
2432 git \
You can’t perform that action at this time.
0 commit comments