Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions Installer/Ubuntu22/ubuntu22.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/data/data/com.termux/files/usr/bin/bash
pkg install wget -y
# Maintainer test line by doagn
folder=ubuntu22-fs
cur=`pwd`
if [ -d "$folder" ]; then
Expand All @@ -12,7 +13,7 @@ termux-setup-storage

if [ "$first" != 1 ];then
if [ ! -f $tarball ]; then
echo "Download Rootfs, this may take a while base on your internet speed."
echo "Download Rootfs, this may take a while based on your internet speed."
case `dpkg --print-architecture` in
aarch64)
archurl="arm64" ;;
Expand All @@ -25,7 +26,7 @@ if [ "$first" != 1 ];then
mkdir -p "$folder"
cd "$folder"
echo "Decompressing Rootfs, please be patient."
proot --link2symlink tar -xf ${cur}/${tarball} --exclude=dev||:
proot --link2symlink tar -xf ${cur}/${tarball} --exclude=dev
cd "$cur"
fi

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ That doesn't mean that we don't love open-source, **we** 💘 **open-source**. I
<img src="https://raw.githubusercontent.com/imprakharshukla/Readme-Resources/master/example/example3.png" width="400" >
<img src="https://raw.githubusercontent.com/imprakharshukla/Readme-Resources/master/example/example4.png" width="400" >
</p>
Maintainer test update by Doagn