Fixed typos (#9509)
* Fixed some typos. * Some more typos. --------- Co-authored-by: Leon Zandman <[email protected]>
This commit is contained in:
co-authored by
Leon Zandman
parent
d67fa31aee
commit
d6d95ff728
@@ -61,7 +61,7 @@ install_open_jdk() {
|
||||
chmod -R 777 /usr/lib/jvm
|
||||
}
|
||||
|
||||
# Add Addoptium PPA
|
||||
# Add Adoptium PPA
|
||||
# apt-key is deprecated, dearmor and add manually
|
||||
wget -qO - https://packages.adoptium.net/artifactory/api/gpg/key/public | gpg --dearmor > /usr/share/keyrings/adoptium.gpg
|
||||
echo "deb [signed-by=/usr/share/keyrings/adoptium.gpg] https://packages.adoptium.net/artifactory/deb/ $(lsb_release -cs) main" > /etc/apt/sources.list.d/adoptium.list
|
||||
|
||||
Reference in New Issue
Block a user