Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed May 25, 2024
1 parent 327f273 commit 3763ab3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
7 changes: 6 additions & 1 deletion module/install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
SKIPMOUNT=false
PROPFILE=false
POSTFSDATA=false
LATESTARTSERVICE=false

print_modname() {
ui_print " __ _____ _______ __ "
ui_print " / |/ / |/ / __ \/ / "
Expand All @@ -18,7 +23,7 @@ on_install() {

set_permissions() {
# The following is the default rule, DO NOT remove
set_perm_recursive "$MODPATH" 0 0 0755 0644
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
Expand Down

0 comments on commit 3763ab3

Please sign in to comment.