mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
try adding sudo to build
This commit is contained in:
parent
bc90e79293
commit
65ad57c654
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
dotnet restore && dotnet publish -c Release -r ubuntu.16.04-x64 -f netcoreapp1.1
|
||||
sudo dotnet restore && sudo dotnet publish -c Release -r ubuntu.16.04-x64 -f netcoreapp1.1
|
||||
Loading…
Reference in a new issue