aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 2408039..4a68dbf 100755
--- a/install
+++ b/install
@@ -12,7 +12,7 @@ git submodule update --init --recursive || (echo "Submodule update failed!"; exi
#################################################################################
if [ -e /etc/arch-release ] && ask "Archlinux software"; then
- source private/arch
+ source utils/arch
archlinux_inst
fi