Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmeca committed Mar 12, 2022
1 parent a765f1f commit ef51da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [ "$first" != 1 ];then
*)
echo -e "\e[1;31m [*] Unknown Architecture"; exit 1 ;;
esac
wget -c --quiet --show-progress "https://partner-images.canonical.com/oci/focal/20220209/ubuntu-focal-oci-${archurl}-root.tar.gz" -O $tarball
wget -c --quiet --show-progress "https://partner-images.canonical.com/oci/focal/20220302/ubuntu-focal-oci-${archurl}-root.tar.gz" -O $tarball
fi
cur=`pwd`
mkdir -p "$folder"
Expand Down

0 comments on commit ef51da9

Please sign in to comment.