Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ivam3/i-Haklab
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorH028 committed Dec 13, 2024
2 parents af320b3 + 7834f7a commit 1c13e38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .deb/home/.config/fish/functions/phantom.fish
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function phantom
adb shell pm grant com.termux android.permission.PACKAGE_USAGE_STATS
adb shell pm grant com.termux android.permission.DUMP
adb shell "/system/bin/device_config put activity_manager max_phantom_processes 2147483647"
sleep 3
sleep 6
end

echo "The limit of phantom process is: $phantom_limit"
Expand Down
6 changes: 3 additions & 3 deletions .deb/home/.local/libexec/pkg2conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ case "$1" in
}
done
[[ -e ${HOME}/.local/etc/apache2/httpd.conf ]] || {
wget --tries=20 --quiet $iHDB/etc/apache2/httpd.conf -O ${HOME}/.local/etc/apache2/httpd.conf;
wget --tries=20 --quiet $iHDB/.local/etc/apache2/httpd.conf -O ${HOME}/.local/etc/apache2/httpd.conf;
}
[[ -e ${PREFIX}/etc/apache2/httpd.conf ]] && {
rm -rf ${PREFIX}/etc/apache2/httpd.conf;
}
[[ -e ${PREFIX}/etc/phpmyadmin/config.inc.php ]] && {
rm -rf ${PREFIX}/etc/phpmyadmin/config.inc.php;
}
wget --tries=20 --quiet $iHDB/etc/phpmyadmin/config.inc.php -O ${HOME}/.local/etc/phpmyadmin/config.inc.php;
wget --tries=20 --quiet $iHDB/.local/etc/phpmyadmin/config.inc.php -O ${HOME}/.local/etc/phpmyadmin/config.inc.php;
ln -s ${HOME}/.local/etc/apache2/httpd.conf ${PREFIX}/etc/apache2/httpd.conf
ln -s ${HOME}/.local/etc/phpmyadmin/config.inc.php ${PREFIX}/etc/phpmyadmin/config.inc.php
;; # ---> Nuevo comando
Expand Down Expand Up @@ -149,7 +149,7 @@ startxfce4
}
[[ -e ${HOME}/.local/etc/tor/torrc ]] || {
mkdir -p ${HOME}/.local/etc/tor;
wget --tries=20 --quiet $iHDB/etc/tor/torrc -O ${HOME}/.local/etc/tor/torrc;
wget --tries=20 --quiet $iHDB/.local/etc/tor/torrc -O ${HOME}/.local/etc/tor/torrc;
}
ln -s ${HOME}/.local/etc/tor/torrc ${PREFIX}/etc/tor/torrc 2>/dev/null
;; # ---> Nuevo comando
Expand Down

0 comments on commit 1c13e38

Please sign in to comment.