diff --git a/rp-os-ae.sh b/rp-os-ae.sh index 7450248..68cb453 100644 --- a/rp-os-ae.sh +++ b/rp-os-ae.sh @@ -132,7 +132,7 @@ SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER echo Created .progs folder sudo chown -R $USER:$GROUP /home/$USER/.progs echo Changed ownership to $USER /home/$USER/.progs - curl -Ls https://links.rp1.hu/3progs -o 3progs.sh /home/$USER/.progs + curl -Ls https://links.rp1.hu/3progs -o /home/$USER/.progs/3progs.sh sudo chmod +x /home/$USER/.progs/3progs.sh echo Changed ownership to $USER /home/$USER/.progs/3progs.sh sudo rsync -ap --info=progress2 content/. /home/$USER/.progs