Automated Updates
This commit is contained in:
parent
69cda288cf
commit
2479922fc0
|
@ -5,45 +5,45 @@ apt install -y git
|
||||||
#install pip3, needed for additional python modules
|
#install pip3, needed for additional python modules
|
||||||
apt install -y python3-pip
|
apt install -y python3-pip
|
||||||
#install the PyQt5-QtSql for PepScope
|
#install the PyQt5-QtSql for PepScope
|
||||||
apt install -y python3-pyqt5.qtsql
|
#apt install -y python3-pyqt5.qtsql
|
||||||
#install pyqt5
|
#install pyqt5
|
||||||
apt install -y python3-pyqt5
|
#apt install -y python3-pyqt5
|
||||||
#install qtwebengine
|
#install qtwebengine
|
||||||
apt install -y python3-pyqt5.qtwebengine
|
#apt install -y python3-pyqt5.qtwebengine
|
||||||
#install PyQt5-sip
|
#install PyQt5-sip
|
||||||
apt install -y python3-pyqt5.sip
|
#apt install -y python3-pyqt5.sip
|
||||||
#install GitPython
|
#install GitPython
|
||||||
apt install -y python3-git
|
#apt install -y python3-git
|
||||||
#install python-contab
|
#install python-contab
|
||||||
apt inctall -y python3-crontab
|
#apt inctall -y python3-crontab
|
||||||
# install ttkbootstrap
|
# install ttkbootstrap
|
||||||
apt install -y python3-tkinter
|
#apt install -y python3-tkinter
|
||||||
#install favicon
|
#install favicon
|
||||||
apt install -y python3-django
|
#apt install -y python3-django
|
||||||
#install bs4
|
#install bs4
|
||||||
apt install -y python3-bs4
|
#apt install -y python3-bs4
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#this is the pywebview to open webpages with python it requires Qt
|
#this is the pywebview to open webpages with python it requires Qt
|
||||||
#pip3 install PyQt5
|
pip3 install PyQt5
|
||||||
#pip3 install PyQtWebengine
|
#pip3 install PyQtWebengine
|
||||||
#Make sure sip installed - Debain will insta 12.8
|
#Make sure sip installed - Debain will insta 12.8
|
||||||
#pip3 install PyQt5-sip
|
pip3 install PyQt5-sip
|
||||||
#Then upgrade it to 12.9
|
#Then upgrade it to 12.9
|
||||||
#pip3 install PyQt5-sip -U
|
pip3 install PyQt5-sip -U
|
||||||
#install pygit to use git in python
|
#install pygit to use git in python
|
||||||
#pip3 install GitPython
|
pip3 install GitPython
|
||||||
#this library helps with single instances of a gui
|
#this library helps with single instances of a gui
|
||||||
pip3 install tendo
|
pip3 install tendo
|
||||||
#this will install the python-crontab library
|
#this will install the python-crontab library
|
||||||
#pip3 install python-crontab
|
pip3 install python-crontab
|
||||||
#this will install the tkinter boostrap libary for styling
|
#this will install the tkinter boostrap libary for styling
|
||||||
#pip3 install ttkbootstrap
|
pip3 install ttkbootstrap
|
||||||
#Install the favicon library
|
#Install the favicon library
|
||||||
#pip3 install favicon
|
pip3 install favicon
|
||||||
#install the beautifulsoup (BS4) libary
|
#install the beautifulsoup (BS4) libary
|
||||||
#pip3 install bs4
|
pip3 install bs4
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -29,30 +29,30 @@ chmod 777 /usr/share/backgrounds
|
||||||
#chmod 0755 /usr/bin/pkexec # Their patch didn't work "pkexec must be setuid root"
|
#chmod 0755 /usr/bin/pkexec # Their patch didn't work "pkexec must be setuid root"
|
||||||
|
|
||||||
# Fix file permissions
|
# Fix file permissions
|
||||||
chmod 755 -R /usr/share/fonts/pepconf
|
#chmod 755 -R /usr/share/fonts/pepconf
|
||||||
chmod 755 -R /usr/share/applications/gdebi.desktop
|
#chmod 755 -R /usr/share/applications/gdebi.desktop
|
||||||
chmod 755 -R /usr/share/applications/Install-peppermint.desktop
|
#chmod 755 -R /usr/share/applications/Install-peppermint.desktop
|
||||||
chmod 755 -R /usr/share/applications/org.kde.kded5.desktop
|
#chmod 755 -R /usr/share/applications/org.kde.kded5.desktop
|
||||||
chmod 755 -R /usr/share/applications/Pephub.desktop
|
#chmod 755 -R /usr/share/applications/Pephub.desktop
|
||||||
chmod 755 -R /usr/share/applications/Welcome.desktop
|
#chmod 755 -R /usr/share/applications/Welcome.desktop
|
||||||
chmod 755 -R /usr/share/pixmaps/*
|
#chmod 755 -R /usr/share/pixmaps/*
|
||||||
chmod 755 -R /etc/calamares/branding/peppermint
|
#chmod 755 -R /etc/calamares/branding/peppermint
|
||||||
chmod 755 -R /opt/*
|
#chmod 755 -R /opt/*
|
||||||
chmod 777 -R /opt/pypep/dbpep
|
#chmod 777 -R /opt/pypep/dbpep
|
||||||
chmod 755 -R /usr/local/lib/python3.11/dist-packages/*
|
#chmod 755 -R /usr/local/lib/python3.11/dist-packages/*
|
||||||
#chmod 755 -R /etc/skel/*
|
#chmod 755 -R /etc/skel/*
|
||||||
#chmod 755 -R /etc/skel/.local
|
#chmod 755 -R /etc/skel/.local
|
||||||
#chmod 755 -R /etc/skel/.config
|
#chmod 755 -R /etc/skel/.config
|
||||||
chmod 755 -R /usr/share/polkit-1/rules.d
|
#chmod 755 -R /usr/share/polkit-1/rules.d
|
||||||
chmod 755 /usr/sbin/bootloader-config
|
#chmod 755 /usr/sbin/bootloader-config
|
||||||
chmod 755 /usr/sbin/sources-final
|
#chmod 755 /usr/sbin/sources-final
|
||||||
chmod 755 /usr/bin/install-peppermint
|
#chmod 755 /usr/bin/install-peppermint
|
||||||
chmod 755 /usr/share/polkit-1/actions/org.freedesktop.pepkumo.policy
|
#chmod 755 /usr/share/polkit-1/actions/org.freedesktop.pepkumo.policy
|
||||||
chmod 755 /usr/share/polkit-1/actions/org.freedesktop.peppackages.policy
|
#chmod 755 /usr/share/polkit-1/actions/org.freedesktop.peppackages.policy
|
||||||
chmod 755 /usr/share/polkit-1/actions/org.freedesktop.pepu.policy
|
#chmod 755 /usr/share/polkit-1/actions/org.freedesktop.pepu.policy
|
||||||
chmod 755 /usr/share/polkit-1/actions/org.freedesktop.python3.policy
|
#chmod 755 /usr/share/polkit-1/actions/org.freedesktop.python3.policy
|
||||||
chmod 755 /usr/share/polkit-1/actions/org.freedesktop.ttkcreator.policy
|
#chmod 755 /usr/share/polkit-1/actions/org.freedesktop.ttkcreator.policy
|
||||||
chmod 755 /etc/skel/.bash_aliases
|
#chmod 755 /etc/skel/.bash_aliases
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue