Compare commits
1 commit
dev-1
...
dev-stable
| Author | SHA1 | Date | |
|---|---|---|---|
| 2514e7cbaa |
2 changed files with 4 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ sudo apt install -y git
|
||||||
```
|
```
|
||||||
3. Clone repository
|
3. Clone repository
|
||||||
```bash
|
```bash
|
||||||
git clone https://lab.c95.org/fr4nz/LoMeS.git && cd LoMeS && git checkout dev-1
|
git clone https://lab.c95.org/fr4nz/LoMeS.git && cd LoMeS
|
||||||
```
|
```
|
||||||
4. Run development environment setup
|
4. Run development environment setup
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
|
|
@ -40,10 +40,10 @@ for pkg in "${deps[@]}"; do
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
installed=$(cat /tmp/LoMeS/installed_dev 2>/dev/null)
|
installed="$(cat /tmp/LoMeS/installed_dev 2>/dev/null)"
|
||||||
missing=$(cat /tmp/LoMeS/missing_dev 2>/dev/null)
|
missing="$(cat /tmp/LoMeS/missing_dev 2>/dev/null)"
|
||||||
|
|
||||||
if ! [ "$missing" ]; then
|
if ! [ "$missing" ]; then
|
||||||
echo -e " ${LCY}- ${GRN}Dependencies met. Proceeding...${CRS}\n"
|
echo -e " ${LCY}- ${GRN}Dependencies met. Proceeding...${CRS}\n"
|
||||||
|
|
||||||
else ### INSTALLING PKGS !
|
else ### INSTALLING PKGS !
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue