Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed May 25, 2024
1 parent e6259e0 commit 211e8aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions module/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ on_install() {
ui_print "- Extracting module files"
unzip -qq -o "$ZIPFILE" 'system/*' -d $MODPATH >&2
[ -d "$MODPATH/system/bin/" ] || mkdir -p "$MODPATH/system/bin/"
ln -s "$MODPATH/system/bin/mmrl" "$MODPATH/system/bin/mrepo"
ln -s "$MODPATH/system/bin/mmrl" "$MODPATH/system/bin/foxmmm"
ln -s "$MODPATH/system/bin/mmrl" "$MODPATH/system/bin/amm"
ln -sf mmrl $MODPATH/system/bin/mrepo
ln -sf mmrl $MODPATH/system/bin/foxmmm
ln -sf mmrl $MODPATH/system/bin/amm

}

set_permissions() {
# The following is the default rule, DO NOT remove
set_perm_recursive $MODPATH 0 0 0755 0644
set_perm "$MODPATH/system/bin/mmrl" 0 0 0755
set_perm "$MODPATH/system/bin/mrepo" 0 0 0755
set_perm "$MODPATH/system/bin/foxmmm" 0 0 0755
set_perm "$MODPATH/system/bin/amm" 0 0 0755
set_perm $MODPATH/system/bin/mmrl 0 0 0755
set_perm $MODPATH/system/bin/mrepo 0 0 0755
set_perm $MODPATH/system/bin/foxmmm 0 0 0755
set_perm $MODPATH/system/bin/amm 0 0 0755
}
File renamed without changes.
File renamed without changes.

0 comments on commit 211e8aa

Please sign in to comment.