Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion asf-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pkg install proot-distro -y
proot-distro install ubuntu

# Installing requirements for ArchiSteamFarm
proot-distro login ubuntu -- bash -c 'apt update -y && apt upgrade -y && apt install libicu70 mono-runtime -y'
proot-distro login ubuntu -- bash -c 'apt update -y && apt upgrade -y && apt install libicu72 mono-runtime -y'

# Create a user noroot
proot-distro login ubuntu -- bash -c 'useradd -m noroot'
Expand Down