mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-20 02:39:13 +01:00
6 lines
146 B
Bash
Executable File
6 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
|
|
WABAC_SW_URL=https://cdn.jsdelivr.net/npm/@webrecorder/wabac@2.21.3/dist/sw.js
|
|
|
|
wget "$WABAC_SW_URL" -O ./pywb/static/wabacWorker.js
|