Browse Source

Install script updated for VPS

main
Fr1nge 3 years ago
parent
commit
7b1b9bce08
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      install.sh

+ 6
- 0
install.sh View File

@ -187,6 +187,12 @@ EOF
# Build and Install Everything
## Suckless utilities
if [ "$(hostnamectl hostname)" = "workstation" ]; then
export VPS=1
else
export VPS=0
fi
info "Installing suckless utilities"
(cd ~/.local/src; ./build.sh > /dev/null 2> /dev/null)
sudo groupadd nogroup


Loading…
Cancel
Save