Skip to content

Commit

Permalink
Merge pull request #19 from SociOS-Linux/develop
Browse files Browse the repository at this point in the history
Updated ISO image  with root Access
  • Loading branch information
Anilkumar18 authored Apr 21, 2022
2 parents a301380 + cfa739b commit 6551d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ echo "Downloading Ubuntu 20.04 unattended installation image."

mkdir -p /tmp/socios

wget -nv --show-progress --load-cookies /tmp/socios/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/socios/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1ZiqnQn_Ddp1-SQQvqbA2eequ2te6hV2N' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1ZiqnQn_Ddp1-SQQvqbA2eequ2te6hV2N" -O /tmp/socios/ubuntu.iso && rm -rf /tmp/socios/cookies.txt
wget -nv --show-progress --load-cookies /tmp/socios/cookies.txt "https://drive.google.com/u/0/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/socios/cookies.txt --keep-session-cookies --no-check-certificate 'https://drive.google.com/u/0/uc?export=download&id=1E0qThUAp9dmbFG9DHLsN5tMgToaebUaL' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1E0qThUAp9dmbFG9DHLsN5tMgToaebUaL" -O /tmp/socios/ubuntu.iso && rm -rf /tmp/socios/cookies.txt

echo "Downloading finished."

0 comments on commit 6551d23

Please sign in to comment.