Skip to content

Commit

Permalink
fix install option
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Aug 10, 2023
1 parent e8ef494 commit 9d966ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rstudio-server/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ install_rstudio() {
ln -fs /usr/lib/rstudio-server/bin/rstudio-server /usr/local/bin
ln -fs /usr/lib/rstudio-server/bin/rserver /usr/local/bin

gdebi "${deb_file}"
gdebi --non-interactive "${deb_file}"
popd
rm -rf /tmp/rstudio-server
}
Expand Down

0 comments on commit 9d966ab

Please sign in to comment.