mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +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
|
||||
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…
x
Reference in New Issue
Block a user