mv binary to root

This commit is contained in:
Ildar Kamalov
2025-01-31 18:37:02 +03:00
parent 216ba0fdde
commit 215036b4bc
2 changed files with 4 additions and 5 deletions

View File

@@ -194,12 +194,11 @@
export CI=true
mkdir -p /tmp/adguard
tar -xzf dist/AdGuardHome_linux_amd64.tar.gz -C /tmp/adguard
tar -xzf dist/AdGuardHome_linux_amd64.tar.gz -C /
chmod +x /tmp/adguard/AdGuardHome
chmod +x /AdGuardHome
ls -l /tmp/adguard/AdGuardHome
ls -l /AdGuardHome
make VERBOSE=1 js-deps js-test-e2e
'requirements':