Skip to content

Commit

Permalink
Install php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamara committed Apr 20, 2022
1 parent f8e9114 commit 734641d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Automates the installation of common tools and packages for debian-based linux d
* rar
* zip
* composer
* xampp
* php
* dbeaver
* slack
* zoom
Expand Down
9 changes: 1 addition & 8 deletions debian-desktop-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ packageTools=(
rar
zip
net-tools
php8.0-fpm
)
for packageTool in "${packageTools[@]}"
do :
Expand All @@ -63,14 +64,6 @@ php composer-setup.php
php -r "unlink('composer-setup.php');"
mv composer.phar /usr/bin/composer

echo -e "${GREEN}Downloading xampp...${NC}"
xamppPath="$installPath"
forParallelProcessing+=("nohup $xamppPath/xampp-linux-x64-8.0.17-1-installer.run &")
wget \
"https://www.apachefriends.org/xampp-files/8.0.17/xampp-linux-x64-8.0.17-1-installer.run" \
-P "$xamppPath"
chmod +x "$xamppPath"

echo -e "${GREEN}Downloading dbeaver...${NC}"
dbeaverPath="$installPath/dbeaver-ce_latest_amd64.deb"
dpkgPackages+=("$dbeaverPath")
Expand Down

0 comments on commit 734641d

Please sign in to comment.