Skip to content

Commit

Permalink
Update xampp install
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamara committed Apr 20, 2022
1 parent ba22c16 commit f16294b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian-desktop-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ php -r "unlink('composer-setup.php');"
mv composer.phar /usr/bin/composer

echo -e "${GREEN}Downloading xampp...${NC}"
xamppPath="$installPath/xampp.run"
forParallelProcessing+=("nohup $xamppPath &")
xamppPath="$installPath"
forParallelProcessing+=("nohup $xamppPath/xampp-linux-x64-8.0.17-1-installer.run &")
wget \
"https://downloads.sourceforge.net/project/xampp/XAMPP%20Linux/8.1.2/xampp-linux-x64-8.1.2-0-installer.run?ts=gAAAAABh9YTvoxEFsBz94xuVKLhKjhFnBx2PoteubaMJt-7RDlMiubjRTQHU4wKPb6SR2YzIom9JJ89U9KUIG4YON2MhJmcRcw%3D%3D&r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fxampp%2Ffiles%2FXAMPP%2520Linux%2F8.1.2%2Fxampp-linux-x64-8.1.2-0-installer.run%2Fdownload" \
"https://www.apachefriends.org/xampp-files/8.0.17/xampp-linux-x64-8.0.17-1-installer.run" \
-P "$xamppPath"
chmod +x "$xamppPath"

Expand Down

0 comments on commit f16294b

Please sign in to comment.