Skip to content

Commit eda8cdc

Browse files
SSH server is no longer installed by default
1 parent 2a84572 commit eda8cdc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

scripts/common

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ BLUE="$(tput setaf 6)"
55
YELLOW="$(tput setaf 3)"
66
PURPLE="$(tput setaf 5)"
77
NORMAL="$(tput sgr0)"
8-
BOLD="$(tput bold)"
98

109
blue_echo() {
1110
echo "${BLUE}${1}${NORMAL}"

scripts/odysseyra1n

-1
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,4 @@ else
123123
fi
124124
# * Removed cd "$CURRENTDIR" and rm -rf "$ODYSSEYDIR"
125125
# * Removed kill "$IPROXY", handled by enter_to_quit
126-
echo "${BOLD}Change the mobile/root passwords to prevent the possibility of unsavory people remotely logging into your device through SSH using the default password.${NORMAL}"
127126
enter_to_quit

0 commit comments

Comments
 (0)