Skip to content

Commit

Permalink
scripts/srcurl: Remove sudo and obsolete hint
Browse files Browse the repository at this point in the history
We no longer need to use sudo, because the repository now is writable by
group mode. The hint, which url to use, is obsolete, because md5repo.sh
no longer emits a file url.
donald committed Dec 1, 2023
1 parent c07b302 commit f949fc2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/srcurl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! /bin/bash

sudo /src/mariux/md5repo.sh "${1?usage: $0 filename}"
echo "Please use https url"

exec /src/mariux/md5repo.sh "${1?usage: $0 filename}"

0 comments on commit f949fc2

Please sign in to comment.