Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Sep 8, 2019
1 parent c3b92c5 commit b8f6336
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions menu/alias/templates/rcupdate
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rcupdate=$(tail -n 1 /var/plexguide/checkers/rclone.log)
tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
rClone Update Panel $rcupdate
rClone Update Panel $rcupdate
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
rclone installed version = $rcstored
Expand All @@ -35,7 +35,9 @@ rclone latest version = $rcversion
EOF

read -p 'Type a Number | Press [ENTER]: ' typed </dev/tty
if [ "$typed" == "1" ]; then
curl https://rclone.org/install.sh | sudo bash
elif [ "$typed" == "Z" || "$typed" == "z" ]; then

if [[ "$typed" == "1" ]]; then
curl https://rclone.org/install.sh | sudo bash
else [[ "$typed" == "Z" || "$typed" == "z" ]]

fi
2 changes: 1 addition & 1 deletion menu/functions/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pginstall() {
bash /opt/plexguide/menu/pggce/gcechecker.sh
core pythonstart
core aptupdate
core alias &>/dev/null &
core alias
core folders
core dependency
core mergerinstall
Expand Down

0 comments on commit b8f6336

Please sign in to comment.