We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45772a8 commit 2bacfcdCopy full SHA for 2bacfcd
1 file changed
scripts/install-packages.sh
@@ -205,7 +205,7 @@ if ${HAS_GUI}; then
205
fi
206
else
207
if [ "${OS}" = 'Linux' ]; then
208
- install_native_package 'netctl'
+ [ "${DEVICE_MODEL}" != 'iPhone' ] && install_native_package 'netctl'
209
install_native_package 'dhcpcd'
210
211
if [ "${DISTRO_FAMILY}" = 'Arch' ]; then
@@ -230,7 +230,7 @@ fi
230
################
231
### Archives ###
232
233
-install_native_package 'unp' # A script for unpacking a wide variety of archive formats
+[ "${DEVICE_MODEL}" != 'iPhone' ] && install_native_package 'unp' # A script for unpacking a wide variety of archive formats
234
install_native_package 'unzip'
235
install_native_package 'zip'
236
0 commit comments