Skip to content

Commit

Permalink
add revert needrestart.conf changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eshanchik committed Oct 24, 2024
1 parent 06fb025 commit dd98c01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ else
exit 1
fi

# Revert /etc/needrestart/needrestart.conf to original state after installing required packages
sed -i 's/^\$nrconf{restart} = '\''a'\'';/$nrconf{restart} = '\''i'\'';/' /etc/needrestart/needrestart.conf

git clone https://github.com/ambrosus/airdao-nop-rs.git
cd airdao-nop-rs || return

Expand Down

0 comments on commit dd98c01

Please sign in to comment.