vpn-android: Had to upgrade first before using apt install
This commit is contained in:
parent
fbdfa931ed
commit
bb69b095ef
|
@ -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 &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user