Changes between Version 13 and Version 14 of Public/Docs/CinnamonSetupDebian1010


Ignore:
Timestamp:
Sep 17, 2019, 8:49:04 AM (5 years ago)
Author:
Administrator
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/Docs/CinnamonSetupDebian1010

    v13 v14  
    1515* Install Java (JDK), cURL and some other useful or required tools. When the installer asks you, deny mounting WebDAV resources to unprivileged users.
    1616 {{{
    17  apt-get install default-jdk curl sudo less daemontools rsync davfs2 htop zip unzip sshpass
     17 apt update
     18 apt-get install curl sudo less daemontools rsync davfs2 htop zip unzip sshpass apt-transport-https ca-certificates wget dirmngr gnupg software-properties-common
     19 wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add -
     20 add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
     21 apt update
     22 apt install adoptopenjdk-8-hotspot
    1823 }}}
    1924* Create a new group and user for tomcat.