Removed xbps-install -su from root install (not needed)

This commit is contained in:
Dionysus 2024-02-12 19:01:12 -05:00
parent 5833330209
commit 0b4b44d18a
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 1 additions and 1 deletions

2
vps
View File

@ -11,7 +11,7 @@ SWAP_SIZE=4 # In GB (set to 0 to disable)
USERNAME=acidvegas
setup_root() {
xbps-install -Su && xbps-install parted
xbps-install parted
wipefs -a $DRIVE
parted --script $DRIVE mklabel gpt
parted --script $DRIVE mkpart primary ext4 1MiB 100%