Update bootstrap-linux.sh

This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-04-04 23:25:11 +08:00 committed by GitHub
parent 73bca39a66
commit 7d71468017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ fi
if echo $OSTYPE | grep linux-android.*; then
# Assuming that you ibstalled wget and curl
echo "==> Installing dependencies..."
pkg install man git nano gnupg openssh python nodejs proot resolv-conf
pkg install man git nano gnupg openssh proot resolv-conf #python nodejs
# Clone our stuff
echo "==> Cloning the dotfiles repo"