diff --git a/ubuntu.sh b/ubuntu.sh index d0b2566..face4ac 100644 --- a/ubuntu.sh +++ b/ubuntu.sh @@ -46,7 +46,7 @@ cur=`pwd` mkdir -p $directory cd $directory printf "\x1b[38;5;214m[${time1}]\e[0m \x1b[38;5;83m[Installer thread/INFO]:\e[0m \x1b[38;5;87m Decompressing the ubuntu rootfs, please wait...\n" -proot --link2symlink tar -zxf $cur/ubuntu.tar.gz --exclude='dev'||: +tar -zxf $cur/ubuntu.tar.gz --exclude='dev'||: printf "\x1b[38;5;214m[${time1}]\e[0m \x1b[38;5;83m[Installer thread/INFO]:\e[0m \x1b[38;5;87m The ubuntu rootfs have been successfully decompressed!\n" printf "\x1b[38;5;214m[${time1}]\e[0m \x1b[38;5;83m[Installer thread/INFO]:\e[0m \x1b[38;5;87m Fixing the resolv.conf, so that you have access to the internet\n" printf "nameserver 8.8.8.8\nnameserver 8.8.4.4\n" > etc/resolv.conf