From 3308bc2495725628f80c79014c4f4c354c5951de Mon Sep 17 00:00:00 2001 From: z4yx Date: Sun, 5 Apr 2020 22:05:55 +0800 Subject: [PATCH] fix the virtualbox --- virtualbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualbox.sh b/virtualbox.sh index 4977cf8..f036c1b 100755 --- a/virtualbox.sh +++ b/virtualbox.sh @@ -13,7 +13,7 @@ DOWNLOAD_TIMEOUT=${DOWNLOAD_TIMEOUT:-"1800"} BASE_URL="http://download.virtualbox.org/virtualbox" BASE_PATH="${TUNASYNC_WORKING_DIR}" -RPM_PATH="${BASE_PATH}/rpm" +YUM_PATH="${BASE_PATH}/rpm" APT_PATH="${BASE_PATH}/apt" # === download rhel packages ====