From b4c021ed9fbce2c7d25f9f0db55ce7b7696992cb Mon Sep 17 00:00:00 2001 From: MFDGaming <38327951+MFDGaming@users.noreply.github.com> Date: Wed, 2 Dec 2020 22:59:12 +0200 Subject: [PATCH] Update ubuntu.sh --- ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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