updates
This commit is contained in:
121
main/setup.sh
121
main/setup.sh
@@ -28,19 +28,19 @@ echo " "
|
||||
echo "INFO ! utillities."
|
||||
echo " "
|
||||
# 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 putty
|
||||
# apt-get install --no-install-recommends -y nextcloud-desktop
|
||||
apt-get install --no-install-recommends -y syncthing
|
||||
# apt-get install --no-install-recommends -y syncthing
|
||||
apt-get install --no-install-recommends -y htop
|
||||
apt-get install --no-install-recommends -y iftop
|
||||
apt-get install --no-install-recommends -y fastfetch
|
||||
apt-get install --no-install-recommends -y gparted
|
||||
# apt-get install --no-install-recommends -y gparted
|
||||
apt-get install --no-install-recommends -y keepassxc
|
||||
apt-get install --no-install-recommends -y filezilla
|
||||
apt-get install --no-install-recommends -y curl
|
||||
apt-get install --no-install-recommends -y chirp
|
||||
apt-get install --no-install-recommends -y satdump
|
||||
#apt-get install --no-install-recommends -y rustdesk
|
||||
# apt-get install --no-install-recommends -y chirp
|
||||
# apt-get install --no-install-recommends -y satdump
|
||||
# apt-get install --no-install-recommends -y rustdesk
|
||||
apt-get install --no-install-recommends -y lightdm-settings
|
||||
apt-get install --no-install-recommends -y gnome-calendar
|
||||
apt-get install --no-install-recommends -y libfuse2t64
|
||||
@@ -82,9 +82,9 @@ echo "INFO ! Codeing things."
|
||||
echo " "
|
||||
# apt-get install --no-install-recommends -y docker docker.io docker-compose docker-clean docker-registry
|
||||
apt-get install --no-install-recommends -y git
|
||||
apt-get install --no-install-recommends -y gh
|
||||
apt-get install --no-install-recommends -y arduino
|
||||
apt-get install --no-install-recommends -y adb
|
||||
# apt-get install --no-install-recommends -y gh
|
||||
# apt-get install --no-install-recommends -y arduino
|
||||
# apt-get install --no-install-recommends -y adb
|
||||
apt-get install --no-install-recommends -y python3
|
||||
|
||||
# if dpkg -s code &> /dev/null
|
||||
@@ -113,13 +113,13 @@ fi
|
||||
echo " "
|
||||
echo "INFO ! Media things."
|
||||
echo " "
|
||||
apt-get install --no-install-recommends -y audacity
|
||||
# apt-get install --no-install-recommends -y audacity
|
||||
apt-get install --no-install-recommends -y vlc
|
||||
apt-get install --no-install-recommends -y obs-studio
|
||||
apt-get install --no-install-recommends -y kdenlive
|
||||
# apt-get install --no-install-recommends -y obs-studio
|
||||
# apt-get install --no-install-recommends -y kdenlive
|
||||
apt-get install --no-install-recommends -y gimp
|
||||
apt-get install --no-install-recommends -y inkscape
|
||||
apt-get install --no-install-recommends -y asunder
|
||||
# apt-get install --no-install-recommends -y inkscape
|
||||
# apt-get install --no-install-recommends -y asunder
|
||||
|
||||
# if dpkg -s jellyfin-media-player &> /dev/null
|
||||
# then
|
||||
@@ -132,34 +132,35 @@ apt-get install --no-install-recommends -y asunder
|
||||
# rm -fr jellyfin-media-player_${JF_VERSION}-${LINUX_VERSION}.deb
|
||||
# fi
|
||||
|
||||
if [ -e /home/${USER}/krita-${KRITA_VERSION}-x86_64.AppImage ]
|
||||
then
|
||||
echo "INFO ! krita-${KRITA_VERSION}-x86_64.AppImage installed ... moving on."
|
||||
else
|
||||
echo " "
|
||||
echo "WARNING ! krita-${KRITA_VERSION}-x86_64.AppImage not installed ... will install now."
|
||||
wget --no-cache --show-progress --progress=bar:force:noscroll "https://download.kde.org/stable/krita/${KRITA_VERSION}/krita-${KRITA_VERSION}-x86_64.AppImage" -O /home/${USER}/krita-${KRITA_VERSION}-x86_64.AppImage
|
||||
chown ${USER} /home/${USER}/krita-${KRITA_VERSION}-x86_64.AppImage
|
||||
chmod +x /home/${USER}/krita-${KRITA_VERSION}-x86_64.AppImage
|
||||
# if [ -e /home/${USER}/krita-${KRITA_VERSION}-x86_64.AppImage ]
|
||||
# then
|
||||
# echo "INFO ! krita-${KRITA_VERSION}-x86_64.AppImage installed ... moving on."
|
||||
# else
|
||||
# echo " "
|
||||
# echo "WARNING ! krita-${KRITA_VERSION}-x86_64.AppImage not installed ... will install now."
|
||||
# wget --no-cache --show-progress --progress=bar:force:noscroll "https://download.kde.org/stable/krita/${KRITA_VERSION}/krita-${KRITA_VERSION}-x86_64.AppImage" -O /home/${USER}/krita-${KRITA_VERSION}-x86_64.AppImage
|
||||
# chown ${USER} /home/${USER}/krita-${KRITA_VERSION}-x86_64.AppImage
|
||||
# chmod +x /home/${USER}/krita-${KRITA_VERSION}-x86_64.AppImage
|
||||
|
||||
tee /home/${USER}/Desktop/krita.desktop <<-EOF
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Krita
|
||||
Exec=/home/${USER}/krita-${KRITA_VERSION}-x86_64.AppImage
|
||||
Icon=cinnamon-panel-launcher
|
||||
Terminal=false
|
||||
EOF
|
||||
chown ${USER} /home/${USER}/Desktop/krita.desktop
|
||||
chmod +x /home/${USER}/Desktop/krita.desktop
|
||||
fi
|
||||
# tee /home/${USER}/Desktop/krita.desktop <<-EOF
|
||||
# [Desktop Entry]
|
||||
# Type=Application
|
||||
# Name=Krita
|
||||
# Exec=/home/${USER}/krita-${KRITA_VERSION}-x86_64.AppImage
|
||||
# Icon=cinnamon-panel-launcher
|
||||
# Terminal=false
|
||||
# EOF
|
||||
|
||||
# chown ${USER} /home/${USER}/Desktop/krita.desktop
|
||||
# chmod +x /home/${USER}/Desktop/krita.desktop
|
||||
# fi
|
||||
|
||||
echo " "
|
||||
echo "INFO ! Moddeling/3D Printing stuff."
|
||||
echo " "
|
||||
apt-get install --no-install-recommends -y blender
|
||||
apt-get install --no-install-recommends -y freecad
|
||||
apt-get install --no-install-recommends -y cura
|
||||
# echo " "
|
||||
# echo "INFO ! Moddeling/3D Printing stuff."
|
||||
# echo " "
|
||||
# apt-get install --no-install-recommends -y blender
|
||||
# apt-get install --no-install-recommends -y freecad
|
||||
# apt-get install --no-install-recommends -y cura
|
||||
|
||||
echo " "
|
||||
echo "INFO ! Browsers."
|
||||
@@ -187,25 +188,25 @@ if dpkg -s brave-browser &> /dev/null
|
||||
apt-get install --no-install-recommends -y brave-browser
|
||||
fi
|
||||
|
||||
echo " "
|
||||
echo "INFO ! Installing Video Wallpaper."
|
||||
echo " "
|
||||
#git clone https://github.com/ghostlexly/gpu-video-wallpaper.git
|
||||
#chmod +x /gpu-video-wallpaper/install.sh
|
||||
#./gpu-video-wallpaper/install.sh
|
||||
#rm -fr /gpu-video-wallpaper
|
||||
# echo " "
|
||||
# echo "INFO ! Installing Video Wallpaper."
|
||||
# echo " "
|
||||
# git clone https://github.com/ghostlexly/gpu-video-wallpaper.git
|
||||
# chmod +x /gpu-video-wallpaper/install.sh
|
||||
# ./gpu-video-wallpaper/install.sh
|
||||
# rm -fr /gpu-video-wallpaper
|
||||
|
||||
echo " "
|
||||
echo "INFO ! Installing Flatpack."
|
||||
echo " "
|
||||
#apt-get install --no-install-recommends -y flatpak
|
||||
#apt-get install --no-install-recommends -y gnome-software-plugin-flatpak
|
||||
#flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
# echo " "
|
||||
# echo "INFO ! Installing Flatpack."
|
||||
# echo " "
|
||||
# apt-get install --no-install-recommends -y flatpak
|
||||
# apt-get install --no-install-recommends -y gnome-software-plugin-flatpak
|
||||
# flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
|
||||
echo " "
|
||||
echo "INFO ! Flatpack APP(S)."
|
||||
echo " "
|
||||
#flatpak install flathub io.github.jeffshee.Hidamari
|
||||
# echo " "
|
||||
# echo "INFO ! Flatpack APP(S)."
|
||||
# echo " "
|
||||
# flatpak install flathub io.github.jeffshee.Hidamari
|
||||
|
||||
echo " "
|
||||
echo "INFO ! Java"
|
||||
@@ -296,6 +297,7 @@ if [ -e /home/${USER}/ProtonUp-Qt-${PROTON_VERSION}-x86_64.AppImage ]
|
||||
Icon=cinnamon-panel-launcher
|
||||
Terminal=false
|
||||
EOF
|
||||
|
||||
chown ${USER} /home/${USER}/Desktop/Protonup-QT.desktop
|
||||
chmod +x /home/${USER}/Desktop/Protonup-QT.desktop
|
||||
fi
|
||||
@@ -330,6 +332,7 @@ if [ -e /home/${USER}/TeamSpeak3-Client-linux_amd64 ]
|
||||
Icon=teamspeak-client
|
||||
Terminal=false
|
||||
EOF
|
||||
|
||||
chown ${USER} /home/${USER}/Desktop/TeamSpeak.desktop
|
||||
chmod +x /home/${USER}/Desktop/TeamSpeak.desktop
|
||||
fi
|
||||
@@ -340,8 +343,8 @@ echo " "
|
||||
apt-get remove -y gnome-2048 five-or-more four-in-a-row hitori gnome-klotski gnome-mahjongg gnome-nibbles gnome-robots gnome-sudoku gnome-taquin gnome-tetravex iagno lightsoff quadrapassel swell-foop tali
|
||||
apt-get purge -y gnome-2048 five-or-more four-in-a-row hitori gnome-klotski gnome-mahjongg gnome-nibbles gnome-robots gnome-sudoku gnome-taquin gnome-tetravex iagno lightsoff quadrapassel swell-foop tali
|
||||
|
||||
#apt-get remove -y gnome-reversi
|
||||
#apt-get purge -y gnome-reversi
|
||||
# apt-get remove -y gnome-reversi
|
||||
# apt-get purge -y gnome-reversi
|
||||
|
||||
echo " "
|
||||
echo "INFO ! Removing other things."
|
||||
|
||||
Reference in New Issue
Block a user