source new manjaro-tools.conf

This commit is contained in:
udeved 2014-12-09 00:46:22 +01:00
parent 1f8c80815c
commit 6e3dc9cd76
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
source /home/manjaro/.config/manjaro-tools.conf
source /opt/livecd/manjaro-tools.conf
[[ -r /opt/livecd/util.sh ]] && source /opt/livecd/util.sh
[[ -r /opt/livecd/util-lng.sh ]] && source /opt/livecd/util-lng.sh

View file

@ -12,7 +12,7 @@ ANSWER="/tmp/.setup"
# main menu selection tracker
CURRENT_SELECTION=""
source home/manjaro/.config/manjaro-tools.conf
source /opt/livecd/manjaro-tools.conf
[[ -r /opt/livecd/util-mount.sh ]] && source /opt/livecd/util-mount.sh
[[ -r /opt/livecd/util-inst.sh ]] && source /opt/livecd/util-inst.sh

View file

@ -1,6 +1,6 @@
#!/bin/bash
source /home/manjaro/.config/manjaro-tools.conf
source /opt/livecd/manjaro-tools.conf
# Basis settings
TITLE="Manjaro Linux Installation Framework (stable)"

View file

@ -1,6 +1,6 @@
#!/bin/bash
source /home/manjaro/.config/manjaro-tools.conf
source /opt/livecd/manjaro-tools.conf
# Basis settings
TITLE="Manjaro Linux Installation Framework (testing)"