From 4265d707529010c8e80c82089f68e608f0907001 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Tue, 25 May 2021 12:30:34 -0700 Subject: [PATCH] added htop and openssh-server and force install --- default-pi4-ubuntu-qortal-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default-pi4-ubuntu-qortal-setup.sh b/default-pi4-ubuntu-qortal-setup.sh index 40898f4..e9e0b4e 100644 --- a/default-pi4-ubuntu-qortal-setup.sh +++ b/default-pi4-ubuntu-qortal-setup.sh @@ -9,7 +9,7 @@ sudo apt update && sudo apt -y upgrade echo "---INSTALLING GIT, JAVA, CURL, VIM, UNZIP, P7ZIP-FULL, AND CINNAMON DESKTOP---" -sudo apt install git default-jre curl vim cinnamon-desktop-environment unzip p7zip-full +sudo apt install -y git default-jre curl vim cinnamon-desktop-environment unzip p7zip-full openssh-server htop # you will need to change the boot environment when you install cinnamon, log out, then when you log back in click the settings toggle at the bottom after clicking the username and change to cinnamon, else it will continue using unity.