From 63165423d278afe8c05705b97e229b1c6edbae8e Mon Sep 17 00:00:00 2001 From: Danil Semelenov Date: Fri, 2 Jan 2015 02:37:44 +0300 Subject: [PATCH] Rename scripts directory to src --- run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run.sh b/run.sh index e7dbf00..d55de2a 100755 --- a/run.sh +++ b/run.sh @@ -11,10 +11,10 @@ download() { } if [[ -p $0 ]]; then - mkdir -p /tmp/arch-drive/scripts - download https://bitbucket.org/sgtpep/arch-drive/get/master.tar.gz | tar -xz -C /tmp/arch-drive/scripts --strip-components=1 + mkdir -p /tmp/arch-drive/src + download https://bitbucket.org/sgtpep/arch-drive/get/master.tar.gz | tar -xz -C /tmp/arch-drive/src --strip-components=1 - exec bash -$- /tmp/arch-drive/scripts/run.sh + exec bash -$- /tmp/arch-drive/src/run.sh fi bash -$- "`dirname "${BASH_SOURCE[0]}"`"/menu.sh