This commit is contained in:
Daniel Hansson 2020-10-17 21:19:57 +02:00 коммит произвёл GitHub
Родитель 8e4ad2cf2e
Коммит 2428164deb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
7 изменённых файлов: 12 добавлений и 13 удалений

Просмотреть файл

@ -201,7 +201,7 @@ Please install Nextcloud and make sure your domain is reachable, or activate TLS
on your domain to be able to run this script.
If you use the Nextcloud VM you can use the Let's Encrypt script to get TLS and activate your Nextcloud domain.
When TLS is activated, run these commands from your terminal:
When TLS is activated, run these commands from your CLI:
sudo curl -sLO $APP/collabora.sh
sudo bash collabora.sh"
exit 1

Просмотреть файл

@ -213,7 +213,7 @@ $NCDOMAIN.
Please install Nextcloud and make sure your domain is reachable, or activate TLS
on your domain to be able to run this script.
If you use the Nextcloud VM you can use the Let's Encrypt script to get TLS and activate your Nextcloud domain.
When TLS is activated, run these commands from your terminal:
When TLS is activated, run these commands from your CLI:
sudo curl -sLO $APP/onlyoffice_docker.sh
sudo bash onlyoffice_docker.sh"
exit 1

Просмотреть файл

@ -83,7 +83,7 @@ Please install Nextcloud and make sure your domain is reachable, or activate TLS
on your domain to be able to run this script.
If you use the Nextcloud VM you can use the Let's Encrypt script to get TLS and activate your Nextcloud domain.
When TLS is activated, run these commands from your terminal:
When TLS is activated, run these commands from your CLI:
sudo curl -sLO $APP/talk.sh
sudo bash talk.sh"
exit 1

Просмотреть файл

@ -45,7 +45,7 @@ $CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
"Adminer" "(PostgreSQL GUI)" OFF \
"Netdata" "(Real-time server monitoring in Web GUI)" OFF \
"BPYTOP" "(Real-time server monitoring in CLI)" OFF \
"Midnight Commander" "(Terminal file manager)" OFF \
"Midnight Commander" "(CLI file manager)" OFF \
"FullTextSearch" "(Elasticsearch for Nextcloud [2GB RAM])" OFF \
"PreviewGenerator" "(Pre-generate previews)" "$STARTUP_SWITCH" \
"LDAP" "(Windows Active directory)" OFF \
@ -94,7 +94,7 @@ case "$choice" in
then
print_text_in_color "$ICyan" "Installing Midnight Commander..."
check_command install_if_not mc
msg_box "Midnight Commander was successfully installed.\nYou can launch it by running 'mc' in the terminal." "$SUBTITLE"
msg_box "Midnight Commander was successfully installed.\nYou can launch it by running 'mc' in the CLI." "$SUBTITLE"
if yesno_box_yes "Do you want to install a dark theme for Midnight Commander?" "$SUBTITLE"
then
print_text_in_color "$ICyan" "Installing dark Theme for Midnight Commander..."
@ -112,7 +112,7 @@ device=white,black:special=white,black:core=,black:stalelink=red,black:editnorma
sed -i "s|^base_color=|base_color=$THEME|" "$user_home"/.config/mc/ini
fi
done
msg_box "The theme was successfully applied. Now check out Midnight Commander by running 'mc' over cli!"
msg_box "The theme was successfully applied. Now check out Midnight Commander by running 'mc' over CLI!"
fi
fi
;;&

Просмотреть файл

@ -48,7 +48,7 @@ then
fi
msg_box "Please note that if the IP address changes during an (remote) SSH connection \
(via Putty, or terminal for example), the connection will break and the IP will reset to \
(via Putty, or CLI for example), the connection will break and the IP will reset to \
DHCP or the IP you had before you started this script.
To avoid issues with lost connectivity, please use the VM Console directly, and not SSH."

Просмотреть файл

@ -364,7 +364,7 @@ if check_command echo "$UNIXUSER:$UNIX_PASSWORD" | sudo chpasswd
then
msg_box "The new password for the current CLI user in Ubuntu ($UNIXUSER) is now set to: $UNIX_PASSWORD
This is used when you login to the Ubuntu Server console."
This is used when you login to the Ubuntu CLI."
fi
unset UNIX_PASSWORD

Просмотреть файл

@ -20,12 +20,11 @@ cat << INST2
| Nextcloud VM = https://bit.ly/2S8eGfS |
| Nextcloud Home/SME Server = https://bit.ly/2k2TNaM |
| |
| To be 100% sure that all the keystrokes work correctly (like @), |
| please use an SSH terminal like Putty. You can download it here: |
| Optional: |
| If you are running Windows 10 (1809) or later, you can simply use SSH |
| from the command prompt. You can also use Putty, download it here: |
| https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html |
| If you are running Windows 10 1809 or later, you can simply use SSH |
| from the command prompt. Connect like this: |
| ssh ncadmin@local.IP.of.this.server |
| Connect like this: ssh ncadmin@local.IP.of.this.server |
| |
| This server could be made maintenace free by using automatic updates |
| with the built in update script. If you want automatic updates on |