From 8dac8acb35aea7a2ada901b5a0006563a58ce5a3 Mon Sep 17 00:00:00 2001 From: Rilliat Date: Mon, 3 Feb 2025 08:24:25 +0300 Subject: [PATCH] update installationcmd --- hikka/langpacks/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hikka/langpacks/en.yml b/hikka/langpacks/en.yml index d90bb17..1e71148 100644 --- a/hikka/langpacks/en.yml +++ b/hikka/langpacks/en.yml @@ -235,7 +235,7 @@ settings: jamhost: "🧃 JamHost" module_switch: "📁 Module Switching" userland: "🐧 UserLand" - choose_installation: "🪐 Choose your {heroku} installation option:" + choose_installation: "🪐 Choose your Heroku installation option:" installation: "▪️ The installation is very easy! Just enter the following in your servers terminal:\n
sudo apt update && sudo apt upgrade -y && sudo apt install git && sudo apt install python3-pip && git clone https://github.com/coddrago/Heroku && cd Heroku && pip install -r requirements.txt && python3 -m hikka
\n😐 If you dont have sudo access, simply remove the initial steps.\n\n🥳 Lets go over a few arguments:\n\n🔐 The --root argument allows you to run Heroku as a root user.\n\n🌎 The --no-web argument enables login to your account directly in the terminal, rather than through a link {}.lhr.life.\n\n🤲 However, if you want to migrate from hikariatama Hikka, download this module:\n
{prefix}dlm https://raw.githubusercontent.com/coddrago/modules/main/SwitchToHeroku.py
\nIt completely safe and will help you upgrade to Heroku automatically" termux_install: "😲 How to install Heroku on Termux?\n⬜️ Download Termux from the link . ⚠️ The version from Play Market will not work!\n⬜️ Copy the command into it: termux-wake-lock && export AIOHTTP_NO_EXTENSIONS=1 && pkg upgr -y && pkg install tur-repo && pkg update && pkg install python3.10 && pkg i wget ncurses-utils python3.10 -y && pkg update && pkg install openssl -y && pkg install git && clear && git clone https://github.com/coddrago/Heroku && cd Heroku && pip install -r requirements.txt && python3.10 -m hikka --no-web\n⬜️ Answer \"y\" to everything the script asks\n⬜️ Follow the instructions in the script.\n\n⬜️ Where to get API_ID and API_HASH? 🎬 Video" vds_install: "
sudo apt update && sudo apt upgrade -y && sudo apt install git && sudo apt install python3-pip && git clone https://github.com/coddrago/Heroku && cd Heroku && pip install -r requirements.txt && python3 -m hikka
"