https://github.com/fsdrw08/Offline-Scoop
Backup and restore scoop apps offline
https://github.com/fsdrw08/Offline-Scoop
Last synced: 4 months ago
JSON representation
Backup and restore scoop apps offline
- Host: GitHub
- URL: https://github.com/fsdrw08/Offline-Scoop
- Owner: fsdrw08
- Created: 2022-02-18T09:44:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T10:09:27.000Z (about 3 years ago)
- Last Synced: 2024-05-23T00:31:53.795Z (11 months ago)
- Language: PowerShell
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - fsdrw08/Offline-Scoop - Backup and restore scoop apps offline (PowerShell)
README
# Offline-Scoop
Backup and restore scoop apps offlineRun Backup-Scoop.bat to backup scoop app
Then run Restore-Scoop.bat to restore scoop appfor some special network situation, run
git config --global http.proxy 'socks5://127.0.0.1:7890'
git config --global https.proxy 'socks5://127.0.0.1:7890'