put system scripts on path

pull/23/head
binhex 5 years ago
parent e962447503
commit a2cfb5f895

@ -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

Loading…
Cancel
Save