Skip to content

Commit abc8934

Browse files
author
Yoga-Admin
committed
fixing error downloading gui-profile
1 parent 6522e34 commit abc8934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ prepare_lxd(){
174174
if test -f lxdguiprofile.txt ; then
175175
print_status "GUI-Profilidatei ist bereits heruntergeladen"
176176
else
177-
wget https://blog.simos.info/wp-content/uploads/2018/06/lxdguiprofile.txt -o lxdguiprofile.txt
177+
wget https://blog.simos.info/wp-content/uploads/2018/06/lxdguiprofile.txt
178178
fi
179179
if lxc profile show gui 1>/dev/null; then
180180
print_status "GUI Profil ist bereits angelegt"

0 commit comments

Comments
 (0)