Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
anjasamar committed Jun 26, 2024
1 parent c5749eb commit 215c2be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion installer-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ echo "${restart}"
sleep 15s

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get upgrade
sudo add-apt-repository ppa:ondrej/php -y
sudo add-apt-repository ppa:ondrej/nginx-mainline -y
sudo apt-get -y install software-properties-common net-tools curl wget nano micro vim rpl sed zip unzip openssl expect dirmngr apt-transport-https lsb-release ca-certificates dnsutils dos2unix zsh htop ffmpeg
Expand Down
2 changes: 1 addition & 1 deletion installer-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ echo "${restart}"
sleep 15s

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get upgrade
sudo add-apt-repository ppa:ondrej/php -y
sudo add-apt-repository ppa:ondrej/nginx-mainline -y
sudo apt-get -y install software-properties-common net-tools curl wget nano micro vim rpl sed zip unzip openssl expect dirmngr apt-transport-https lsb-release ca-certificates dnsutils dos2unix zsh htop ffmpeg
Expand Down
2 changes: 1 addition & 1 deletion storage/app/linkpanel/setup-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ echo "${restart}"
sleep 15s

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get upgrade
sudo add-apt-repository ppa:ondrej/php -y
sudo add-apt-repository ppa:ondrej/nginx-mainline -y
sudo apt-get -y install software-properties-common net-tools curl wget nano micro vim rpl sed zip unzip openssl expect dirmngr apt-transport-https lsb-release ca-certificates dnsutils dos2unix zsh htop ffmpeg
Expand Down
2 changes: 1 addition & 1 deletion storage/app/linkpanel/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ echo "${restart}"
sleep 15s

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get upgrade
sudo add-apt-repository ppa:ondrej/php -y
sudo add-apt-repository ppa:ondrej/nginx-mainline -y
sudo apt-get -y install software-properties-common net-tools curl wget nano micro vim rpl sed zip unzip openssl expect dirmngr apt-transport-https lsb-release ca-certificates dnsutils dos2unix zsh htop ffmpeg
Expand Down

0 comments on commit 215c2be

Please sign in to comment.