diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2022-12-22 09:48:06 +0530 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-22 09:48:06 +0530 | 
| commit | e1f26dc8af363e15b110b4280bd343da5ed3bd62 (patch) | |
| tree | 18426a25ed35ed8854918b9d8aa4cdf9f0954c00 | |
| parent | 724b5e3d264f2a8881540de6faeb32eb8b6416c3 (diff) | |
Update setup_debian.sh
| -rw-r--r-- | setup_debian.sh | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/setup_debian.sh b/setup_debian.sh index c88789c..6b2369e 100644 --- a/setup_debian.sh +++ b/setup_debian.sh @@ -43,6 +43,7 @@ cd /opt  git clone --recurse-submodules https://github.com/fairyglade/ly  cd /opt/ly  make +sudo make install  sudo make installsystemd  sudo systemctl enable ly.service  | 
