Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Install/InstallAUISuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function gtextcommand {
read user
echo "Enter google voice password: "
read passwd
echo "Enter command keyword, ex: Cmd (this will proceed every vaild command)"
echo "Enter command keyword, ex: Cmd (this will proceed every valid command)"
read key
echo "Enter valid number to accept commands from (make sure to put the country code but not the +) ex: 15553334444"
read number
Expand All @@ -132,7 +132,7 @@ function gtextcommand {
tmp+="gtextcommand"
sudo cp "$tmp" /usr/bin/gtextcommand
#Add to cron.d
echo "Done installing, setting up cron script ..."
echo "Done installing; setting up cron script ..."
if [ -e "/etc/cron.d/gtextcommand" ] ; then
sudo rm -f "/etc/cron.d/gtextcommand"
fi
Expand All @@ -159,7 +159,7 @@ function youtube() {
DIR=$1
USER_HOME="$2"
echo "Install youtube scripts? y/n"
echo "This installs youtube, youtube-safe, youtube-dl, and other scripts that allow you to download, stream, and browse videos from many sites"
echo "This installs youtube, youtube-safe, youtube-dl, and other scripts that allow you to download, stream, and browse videos from many sites."
read option
if [ $option == "y" ] || [ $option == "Y" ] ; then
tmp="../Youtube/"
Expand Down