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