Browse Source

Fix deb install

bryan 3 years ago
parent
commit
df3151c38c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -405,7 +405,7 @@ installPackage() {
 installMCDEB() {
     debug "Running: ${FUNCNAME[0]}"
 
-    aquireDeb
+    acquireDeb
 
     declare mcdeb="$MCDEB"
     declare pkg_install_cmd="installPackage --skip-check-installed --nogpgcheck"