mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-04 23:31:31 +00:00
Register phablet user for click installs
This commit is contained in:
parent
6b17e866e4
commit
bccea77b73
@ -11,6 +11,6 @@ for package in $(wget -qO- "$click_list")
|
|||||||
do
|
do
|
||||||
echo "Setting up $package"
|
echo "Setting up $package"
|
||||||
wget --no-verbose -O "$package" "$click_uri"/"$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"
|
rm "$package"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user