File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ ARG KERNEL_CACHE_RAW=kernelcache.release.n66
7979# located at "./Firmware/all_flash/" after unzipping the IPSW
8080ARG DEVICE_TREE_IM4P=DeviceTree.n66ap.im4p
8181# DEVICE MODEL
82- ENV PHONE_MODEL iPhone6splus-n66-s8000
82+ ENV PHONE_MODEL= iPhone6splus-n66-s8000
8383
8484
8585# ### IOS_SDK FOR BUILDING TCP-TUNNEL (FUTURE)
@@ -144,10 +144,11 @@ RUN makepkg -si --noconfirm
144144WORKDIR /home/arch
145145RUN yay --getpkgbuild hfsprogs
146146WORKDIR /home/arch/hfsprogs
147- RUN wget "https://src.fedoraproject.org/rpms/hfsplus-tools/raw/master/f/hfsplus-tools-sysctl.patch"
148- RUN sed -i -e 's/\ \ patch\ \- p0\ \- i\ /patch\ \- p1\ \- i\ \"\$ {srcdir}\/\.\.\/ hfsplus\- tools\- sysctl\. patch\"\n patch\ \- p0\ \- i\ /' PKGBUILD \
149- ; makepkg -si --noconfirm \
150- && echo 'hfsprogs patch thanks @keithspg https://aur.archlinux.org/packages/hfsprogs/#comment-765637'
147+ RUN makepkg -si --noconfirm
148+ # RUN wget "https://src.fedoraproject.org/rpms/hfsplus-tools/raw/master/f/hfsplus-tools-sysctl.patch"
149+ # RUN sed -i -e 's/\ \ patch\ \-p0\ \-i\ /patch\ \-p1\ \-i\ \"\${srcdir}\/\.\.\/hfsplus\-tools\-sysctl\.patch\"\npatch\ \-p0\ \-i\ /' PKGBUILD \
150+ # ; makepkg -si --noconfirm \
151+ # && echo 'hfsprogs patch thanks @keithspg https://aur.archlinux.org/packages/hfsprogs/#comment-765637'
151152
152153WORKDIR /home/arch
153154RUN yay --getpkgbuild gdb-multiarch
You can’t perform that action at this time.
0 commit comments