Skip to content

Commit

Permalink
Update Fix Misconfiguration Install
Browse files Browse the repository at this point in the history
  • Loading branch information
anjasamar committed Jun 27, 2024
1 parent 7d0c6d1 commit 7a6990a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion installer-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ echo "OS Base setup also check Update - Upgrade - Install software for LinkPanel
echo "${reset}"
sleep 15s

sudo echo "\$nrconf{restart} = 'a'" >> /etc/needrestart/needrestart.conf
sudo echo "\$nrconf{restart} = 'a';" >> /etc/needrestart/needrestart.conf
sudo DEBIAN_FRONTEND=noninteractive apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade

Expand Down
2 changes: 1 addition & 1 deletion installer-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ echo "${reset}"

sleep 15s

sudo echo "\$nrconf{restart} = 'a'" >> /etc/needrestart/needrestart.conf
sudo echo "\$nrconf{restart} = 'a';" >> /etc/needrestart/needrestart.conf
sudo apt-get remove --purge ssh-askpass ssh-askpass-gnome
sudo DEBIAN_FRONTEND=noninteractive apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade -y
Expand Down
4 changes: 2 additions & 2 deletions storage/app/linkpanel/setup-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ echo "OS Base setup also check Update - Upgrade - Install software for LinkPanel
echo "${reset}"
sleep 15s

sudo echo "\$nrconf{restart} = 'a'" >> /etc/needrestart/needrestart.conf
sudo echo "\$nrconf{restart} = 'a';" >> /etc/needrestart/needrestart.conf
sudo DEBIAN_FRONTEND=noninteractive apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade -y
sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade

# Add Ondrej's repo source and signing key along with dependencies
sudo apt install apt-transport-https
Expand Down
3 changes: 1 addition & 2 deletions storage/app/linkpanel/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,11 @@ echo "${reset}"

sleep 15s

sudo echo "\$nrconf{restart} = 'a'" >> /etc/needrestart/needrestart.conf
sudo echo "\$nrconf{restart} = 'a';" >> /etc/needrestart/needrestart.conf
sudo apt-get remove --purge ssh-askpass ssh-askpass-gnome
sudo DEBIAN_FRONTEND=noninteractive apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade -y


# Add Ondrej's repo source and signing key along with dependencies
sudo apt install apt-transport-https
sudo add-apt-repository ppa:ondrej/php
Expand Down

0 comments on commit 7a6990a

Please sign in to comment.