Register phablet user for click installs

ubuntu/trusty
Sergio Schvezov 12 years ago
parent 6b17e866e4
commit bccea77b73

@ -11,6 +11,6 @@ for package in $(wget -qO- "$click_list")
do
echo "Setting up $package"
wget --no-verbose -O "$package" "$click_uri"/"$package"
click install --force-missing-framework "$package"
click install --user=phablet --force-missing-framework "$package"
rm "$package"
done

Loading…
Cancel
Save