We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e419d4 commit 6a3cdfcCopy full SHA for 6a3cdfc
module/system/bin/rmlwk
@@ -171,18 +171,6 @@ function nuke_if_we_dont_have_internet() {
171
ping -c 1 -w 5 raw.githubusercontent.com &>/dev/null || abort "Please check your internet connection and try again."
172
}
173
174
-function ask() {
175
- local question="$1"
176
- local answer
177
- printf "- $question (y/n): "
178
- read -r answer
179
- if [ "$(tolower "$answer")" = "y" ]; then
180
- return 0
181
- else
182
- return 1
183
- fi
184
-}
185
-
186
# Fallback to busybox wget if curl binary is not available
187
function fetch() {
188
PATH=/data/adb/ap/bin:/data/adb/ksu/bin:/data/adb/magisk:/data/data/com.termux/files/usr/bin:$PATH
0 commit comments