vpn-android: Had to upgrade first before using apt install
This commit is contained in:
@@ -46,6 +46,7 @@ tags: tutorial, android, ssh, firefox, termux, proxy
|
|||||||
# Ask for storage permission
|
# Ask for storage permission
|
||||||
termux-setup-storage &&
|
termux-setup-storage &&
|
||||||
# Install openssh
|
# Install openssh
|
||||||
|
apt update && apt upgrade -y &&
|
||||||
apt install -y openssh &&
|
apt install -y openssh &&
|
||||||
# Generate an SSH key
|
# Generate an SSH key
|
||||||
ssh-keygen -t ecdsa -f ~/.ssh/id_ecdsa &&
|
ssh-keygen -t ecdsa -f ~/.ssh/id_ecdsa &&
|
||||||
|
Reference in New Issue
Block a user