Skip to content

Commit

Permalink
Update Bug Fix Interactive Installer
Browse files Browse the repository at this point in the history
  • Loading branch information
anjasamar committed Jun 27, 2024
1 parent af32010 commit c7e0686
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions installer-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ sleep 15s

sudo DEBIAN_FRONTEND=noninteractive apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade
sudo apt-get remove --purge ssh-askpass ssh-askpass-gnome

# Add Ondrej's repo source and signing key along with dependencies
sudo apt install apt-transport-https
Expand Down
1 change: 1 addition & 0 deletions installer-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ sleep 15s
sudo DEBIAN_FRONTEND=noninteractive apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade
sudo dpkg -l | grep php | tee packages.txt
sudo apt-get remove --purge ssh-askpass ssh-askpass-gnome

# Add Ondrej's repo source and signing key along with dependencies
sudo apt install apt-transport-https
Expand Down
1 change: 1 addition & 0 deletions storage/app/linkpanel/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ sleep 15s
sudo DEBIAN_FRONTEND=noninteractive apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade
sudo dpkg -l | grep php | tee packages.txt
sudo apt-get remove --purge ssh-askpass ssh-askpass-gnome

# Add Ondrej's repo source and signing key along with dependencies
sudo apt install apt-transport-https
Expand Down

0 comments on commit c7e0686

Please sign in to comment.