Skip to content

Commit

Permalink
update: ubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HDVinnie committed Mar 27, 2024
1 parent d26658a commit 7eb5e32
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,11 @@ add_pkgs() {
echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/redis.list
apt-get -qq update > /dev/null
apt-get -qq install redis > /dev/null
systemctl enable redis-server

echo -e "$IGreen OK $Color_Off"

# Symlink Redis and Enable
echo -e "\n$Cyan Symlinking and Enabling Redis ... $Color_Off"
echo -e "\n$Cyan Symlink and Enabling Redis ... $Color_Off"

systemctl enable redis-server

Expand All @@ -73,7 +72,7 @@ add_pkgs() {
# PHP Redis
echo -e "\n$Cyan Installing PHP Redis ... $Color_Off"

printf "\n" | pecl install redis
printf "\n" | pecl install redis > /dev/null

echo -e "$IGreen OK $Color_Off"

Expand Down

0 comments on commit 7eb5e32

Please sign in to comment.