Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxilu authored Sep 14, 2024
1 parent 49e87cb commit 074c248
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ install_soga() {
if [[ ! -f /etc/soga/blockList ]]; then
cp blockList /etc/soga/
fi
if [[ ! -f /etc/soga/whiteList ]]; then
cp whiteList /etc/soga/
fi
if [[ ! -f /etc/soga/dns.yml ]]; then
cp dns.yml /etc/soga/
fi
Expand Down

0 comments on commit 074c248

Please sign in to comment.