This commit is contained in:
2025-12-21 16:25:11 -08:00
parent c0d8fe7e20
commit 038a5b1e34

View File

@@ -26,7 +26,7 @@ systemctl enable fail2ban --now
echo " "
echo "INFO ! utillities."
echo " "
apt-get install --no-install-recommends -y ttf-mscorefonts-installer
# apt-get install --no-install-recommends -y ttf-mscorefonts-installer
apt-get install --no-install-recommends -y putty
# apt-get install --no-install-recommends -y nextcloud-desktop
# apt-get install --no-install-recommends -y syncthing
@@ -45,9 +45,9 @@ apt-get install --no-install-recommends -y gnome-calendar
apt-get install --no-install-recommends -y libfuse2t64
apt-get install --no-install-recommends -y tar
echo " "
echo "INFO ! Installing MakeMKV-${MAKEMKV_VERSION} & utillities."
echo " "
# echo " "
# echo "INFO ! Installing MakeMKV-${MAKEMKV_VERSION} & utillities."
# echo " "
# apt-get install --no-install-recommends -y build-essential pkg-config qtbase5-dev zlib1g-dev libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev ffmpeg
# wget --no-cache --show-progress --progress=bar:force:noscroll "https://www.makemkv.com/download/makemkv-bin-${MAKEMKV_VERSION}.tar.gz" -O makemkv-bin-${MAKEMKV_VERSION}.tar.gz
@@ -68,9 +68,9 @@ echo " "
# cd ..
# rm -fr makemkv-*-*
echo " "
echo "INFO ! Rubyripper utillities."
echo " "
# echo " "
# echo "INFO ! Rubyripper utillities."
# echo " "
# apt-get install --no-install-recommends -y ruby ruby-rexml ruby-gettext ruby-gtk3
# apt-get install --no-install-recommends -y cdparanoia cd-discid eject normalize-audio sox cdrdao
# apt-get install --no-install-recommends -y vorbisgain mp3gain
@@ -162,17 +162,17 @@ if dpkg -s librewolf &> /dev/null
apt-get update && apt-get install --no-install-recommends -y librewolf
fi
if dpkg -s brave-browser &> /dev/null
then
echo "INFO ! Brave installed ... moving on."
else
echo " "
echo "WARNING ! Brave not installed ... will install now."
curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
apt -y update
apt-get install --no-install-recommends -y brave-browser
fi
# if dpkg -s brave-browser &> /dev/null
# then
# echo "INFO ! Brave installed ... moving on."
# else
# echo " "
# echo "WARNING ! Brave not installed ... will install now."
# curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
# echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
# apt -y update
# apt-get install --no-install-recommends -y brave-browser
# fi
echo " "
echo "INFO ! Installing Video Wallpaper."
@@ -224,14 +224,14 @@ if dpkg -s openjdk-21-jdk-headless &> /dev/null
fi
## Open JRE
if dpkg -s openjdk-21-jre-headless &> /dev/null
then
echo "INFO ! openjdk-21-jre-headless installed ... moving on."
else
echo " "
echo "WARNING ! openjdk-21-jre-headless not installed ... will install now."
apt-get install --no-install-recommends -y openjdk-21-jre-headless
fi
# if dpkg -s openjdk-21-jre-headless &> /dev/null
# then
# echo "INFO ! openjdk-21-jre-headless installed ... moving on."
# else
# echo " "
# echo "WARNING ! openjdk-21-jre-headless not installed ... will install now."
# apt-get install --no-install-recommends -y openjdk-21-jre-headless
# fi
echo " "
echo "INFO ! Installing Wine/Winetricks"
@@ -316,6 +316,34 @@ echo " "
apt-get autoremove -y
apt-get autoclean -y
# echo " "
# echo "INFO ! Setting auto shutdown timer."
# echo " "
# tee /etc/systemd/system/shutdown.timer <<EOF
# [Unit]
# Description=Timer to shut down the system
# [Timer]
# OnCalendar=*-*-* 22:00
# Persistent=true
# [Install]
# WantedBy=timers.target
# EOF
# tee /etc/systemd/system/shutdown.service <<EOF
# [Unit]
# Description=Service to Shutdown the system, run by a timer
# [Service]
# Type=oneshot
# ExecStart=/sbin/shutdown now
# EOF
# systemctl daemon-reload
# systemctl enable --now shutdown.timer
# systemctl list-timers
echo " "
echo "INFO ! Done."
exit