Skip to content

Commit 72efbdf

Browse files
committed
[update] : Added retry
1 parent 2854cf5 commit 72efbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SHARE_OPTION := --boot-splash --comp-type "xz" --user "alter" --password "alter"
66
ARCH_x86_64 := --arch x86_64
77
ARCH_i686 := --arch i686
88
ARCH_Pen4 := --arch pen4
9-
FULLBUILD := -d -g -e --noconfirm
9+
FULLBUILD := -d -g -e -r 5 --noconfirm
1010
DEBUG_OPTION := --debug --log
1111
DEBUG := false
1212
FULL_x86_64 := xfce cinnamon i3 plasma gnome

0 commit comments

Comments
 (0)