vpn-android: Had to upgrade first before using apt install

This commit is contained in:
Marco D'Agostini 2020-11-02 12:08:07 -05:00
parent fbdfa931ed
commit bb69b095ef

View File

@ -46,6 +46,7 @@ tags: tutorial, android, ssh, firefox, termux, proxy
# Ask for storage permission
termux-setup-storage &&
# Install openssh
apt update && apt upgrade -y &&
apt install -y openssh &&
# Generate an SSH key
ssh-keygen -t ecdsa -f ~/.ssh/id_ecdsa &&