Skip to content

Commit d0a4274

Browse files
committed
Fixed 'There are no candidates for installation for the php7.2-sodium package'
1 parent b2abc45 commit d0a4274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ echo "* Installing PHP 7.2..."
3434
sudo apt-get install -y php7.2 php7.2-common php7.2-cli > /dev/null
3535

3636
echo "* Installing PHP 7.2 extensions..."
37-
sudo apt-get install -y php7.2-bz2 php7.2-curl php7.2-gd php7.2-json php7.2-mbstring php7.2-mysql php7.2-opcache php7.2-readline php7.2-soap php7.2-sqlite3 php7.2-sodium php7.2-tidy php7.2-xml php7.2-xsl php7.2-zip > /dev/null
37+
sudo apt-get install -y php7.2-bz2 php7.2-curl php7.2-gd php7.2-json php7.2-mbstring php7.2-mysql php7.2-opcache php7.2-readline php7.2-soap php7.2-sqlite3 php7.2-tidy php7.2-xml php7.2-xsl php7.2-zip > /dev/null
3838

3939
echo "* Installing PHP 7.3..."
4040
sudo apt-get install -y php7.3 php7.3-common php7.3-cli > /dev/null

0 commit comments

Comments
 (0)