From a2cfb5f895ac615edf16f12c67fa9d0e3c047235 Mon Sep 17 00:00:00 2001 From: binhex Date: Fri, 19 Jul 2019 13:10:43 +0100 Subject: [PATCH] put system scripts on path --- build/root/install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build/root/install.sh b/build/root/install.sh index 2a3ebd4..45d24f9 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -13,13 +13,13 @@ curl --connect-timeout 5 --max-time 600 --retry 5 --retry-delay 0 --retry-max-ti unzip /tmp/scripts-master.zip -d /tmp # move shell scripts to /root -mv /tmp/scripts-master/shell/arch/docker/*.sh /root/ +mv /tmp/scripts-master/shell/arch/docker/*.sh /usr/local/bin/ # pacman packages #### # call pacman db and package updater script -source /root/upd.sh +source upd.sh # define pacman packages pacman_packages="qbittorrent-nox python unrar geoip" @@ -36,7 +36,7 @@ fi aur_packages="" # call aur install script (arch user repo) - note true required due to autodl-irssi error during install -source /root/aur.sh +source aur.sh # custom #### @@ -102,7 +102,7 @@ EOF sed -i '/# PERMISSIONS_PLACEHOLDER/{ s/# PERMISSIONS_PLACEHOLDER//g r /tmp/permissions_heredoc -}' /root/init.sh +}' init.sh rm /tmp/permissions_heredoc # env vars @@ -313,7 +313,7 @@ EOF sed -i '/# ENVVARS_PLACEHOLDER/{ s/# ENVVARS_PLACEHOLDER//g r /tmp/envvars_heredoc -}' /root/init.sh +}' init.sh rm /tmp/envvars_heredoc # cleanup