termux to tmux typo lol

This commit is contained in:
Dionysus 2024-02-13 00:24:50 -05:00
parent 8e3fdce02a
commit 3b739a70c8
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 3 additions and 1 deletions

4
vps
View File

@ -1,6 +1,8 @@
#!/bin/bash
# enter the void (vps) - developed by acidvegas (https://git.acid.vegas/void)
# xbps-install -Su && xbps-install -u xbps && xbps-install wget && wget https://git.acid.vegas/void/raw/branch/master/vps && chmod +x vps && ./vps root
set -xev
# Configuration
@ -36,7 +38,7 @@ setup_chroot() {
xbps-install -u xbps
xbps-install -Su
xbps-remove base-system openssh
xbps-install curl dropbear git nano net-tools termux socklog-void wget
xbps-install curl dropbear git nano net-tools tmux socklog-void wget
IP_ADDR=$(ip addr show eth0 | grep 'inet ' | awk '{print $2}' | cut -d'/' -f1)
GATEWAY=$(ip route show default | awk '/default/ {print $3}')