There was an error while loading. Please reload this page.
2 parents 1f58735 + 01d02cb commit eb40243Copy full SHA for eb40243
README.md
@@ -8,7 +8,7 @@ This is a script that allows you to install Ubuntu in your termux application wi
8
9
## Updates
10
11
-**• Updated to ubuntu 20.04**
+**• Updated to ubuntu 22.04**
12
13
## Important
14
ubuntu.sh
@@ -4,7 +4,7 @@ time1="$( date +"%r" )"
4
5
install1 () {
6
directory=ubuntu-fs
7
-UBUNTU_VERSION=21.04
+UBUNTU_VERSION=22.04
if [ -d "$directory" ];then
first=1
printf "\x1b[38;5;214m[${time1}]\e[0m \x1b[38;5;227m[WARNING]:\e[0m \x1b[38;5;87m Skipping the download and the extraction\n"
0 commit comments