Skip to content

Commit

Permalink
Fix typo in apt-get command
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Nov 27, 2023
1 parent 1f78c5b commit 5d19307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ function installWebmin() {
curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh
sudo sh setup-repos.sh -f
rm setup-repos.sh
sudo apt-get install webmin --install-recommends --assume-yes </dev/null
sudo apt-get install webmin --no-install-recommends --assume-yes </dev/null
echo
echo "Downloading and installing Webmin module..."
if [[ -f "$WEBMIN_MODULE_CONFIG" ]]; then
Expand Down

0 comments on commit 5d19307

Please sign in to comment.