This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Install script updated for VPS
main
Fr1nge
3 years ago
parent
65e012e7a9
commit
7b1b9bce08
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save