summaryrefslogtreecommitdiff
path: root/util/install_archinstall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/install_archinstall.sh')
-rw-r--r--util/install_archinstall.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/install_archinstall.sh b/util/install_archinstall.sh
index 2b37073..67aee15 100644
--- a/util/install_archinstall.sh
+++ b/util/install_archinstall.sh
@@ -18,6 +18,9 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
-cp -r $REPOSITORY_PATH /mnt$REPOSITORY_PATH
+repository_path=$1 # e.g. "/opt/archinstall"
+
+
+cp -r $repository_path /mnt$repository_path
echo "Installed archinstall - OK"