Changes between Version 12 and Version 13 of Documentation
- Timestamp:
- Apr 11, 2020, 1:31:11 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation
v12 v13 129 129 130 130 {{{ 131 # apt-get update 132 # apt-get install apt-transport-https ca-certificates curl software-properties-common 131 133 # cd /etc/apt/sources.list.d/ 132 134 # wget http://ftp.project-builder.org/ubuntu/18.04/pb.sources.list 133 # apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x6BA8C2D220EBFB0E 135 # wget -O- ftp://ftp.project-builder.org/src/pb.pubkey | apt-key add - 136 (in case of issue you can try instead: # apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x6BA8C2D220EBFB0E) 134 137 # apt-get update 135 138 # apt-get install project-builder