Skip to content

Instantly share code, notes, and snippets.

View ROBGUI09's full-sized avatar
🐉
wth is happening

Роберт ROBGUI09

🐉
wth is happening
  • Russia
  • 14:56 (UTC +05:00)
View GitHub Profile
@ROBGUI09
ROBGUI09 / answerfile
Last active April 2, 2024 14:58 — forked from oofnikj/answerfile
Install Docker on Termux
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"