-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinstall
More file actions
executable file
·27 lines (19 loc) · 791 Bytes
/
install
File metadata and controls
executable file
·27 lines (19 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/bash
#=========================================================#
# ZebX install script that sets up the #
# window manager that ZebX runs off of. #
# #
# Author: David Kroell #
# :: Written under projects for Aridine Technologies. :: #
# #
#=========================================================#
sudo
# Configure the system against the current system.
./configure
# Make the script
make
# Make install
sudo make install
# publish the output to a new .xinitrc file in the Home directory
cp zebx.configs/.xinitrc.config ~/.xinitrc
cp zebx.configs/.Xresources.config ~/.Xresources