diff --git a/Installer/Ubuntu22/ubuntu22.sh b/Installer/Ubuntu22/ubuntu22.sh index 21d2dad3..569ceca1 100644 --- a/Installer/Ubuntu22/ubuntu22.sh +++ b/Installer/Ubuntu22/ubuntu22.sh @@ -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 @@ -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" ;; @@ -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 diff --git a/README.md b/README.md index 1dd07cdf..b1aeaf95 100644 --- a/README.md +++ b/README.md @@ -116,3 +116,4 @@ That doesn't mean that we don't love open-source, **we** 💘 **open-source**. I

+Maintainer test update by Doagn