mirror of
https://github.com/Rafiuth/Soggfy.git
synced 2026-04-25 07:05:58 +03:00
[GH-ISSUE #48] Install.ps1 file crashes #45
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Soggfy#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shardool0d on GitHub (Sep 27, 2022).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/48
same as title
@Rafiuth commented on GitHub (Oct 30, 2022):
Please take a look at the readme if you're willing to do a manual install.
@Mifo001 commented on GitHub (Oct 8, 2023):
Ensure Execution Policy is Set to RemoteSigned:
Before you can run the script, you need to ensure your PowerShell execution policy allows scripts to run. Search for Powershell in a similar way to the "Command Prompt" Open PowerShell as an administrator and run: Type the followling:
Set-ExecutionPolicy RemoteSigned
Then press enter, then select Y for yes, then just trying installing Soggfy again.
Hope it helps