-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Justin Zobel
committed
Oct 19, 2015
1 parent
73238a2
commit 6e4f878
Showing
1 changed file
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
# SURT | ||
Solus User Repository Tool | ||
|
||
# Installation | ||
There are two methods | ||
# Notes | ||
|
||
First: | ||
* git clone https://github.com/Justinzobel/surt.git | ||
* sudo mv ur /usr/bin/ur | ||
* sudo chmod +x /usr/bin/ur | ||
* Building packages from the User Repository requires development packages. Installation procedure below factors this in. | ||
|
||
Second: | ||
* sudo wget https://raw.githubusercontent.com/Justinzobel/surt/master/ur -O /usr/bin/ur;sudo chmod +x /usr/bin/ur | ||
# Installation | ||
|
||
You may also need to create this directory: /var/db/surt | ||
* sudo eopkg it -c system.devel | ||
* sudo wget https://raw.githubusercontent.com/Justinzobel/surt/master/ur -O /usr/bin/ur;sudo chmod +x /usr/bin/ur | ||
* sudo mkdir /var/db/surt;sudo chmod ug+rw /var/db/surt | ||
|
||
# To Do | ||
* Dependency checking - check if it exists in UR, if it does, advise user and install that first, then proceed with normal install | ||
* Bash completion of commands and package names | ||
* Add a lock file to prevent simultaneous instances |