mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-22 17:51:34 -05:00
Fixes
This commit is contained in:
parent
05e43b7f07
commit
fa250cb1e5
@ -7,7 +7,7 @@ echo "countme=false" | sudo tee -a /etc/dnf/dnf.conf
|
|||||||
|
|
||||||
git config --global http.proxy http://127.0.0.1:8082
|
git config --global http.proxy http://127.0.0.1:8082
|
||||||
git clone https://github.com/horst3180/arc-icon-theme
|
git clone https://github.com/horst3180/arc-icon-theme
|
||||||
mv arc-icon-theme/Arc /usr/share/icons
|
sudo mv arc-icon-theme/Arc /usr/share/icons
|
||||||
rm -rf arc-icon-theme
|
rm -rf arc-icon-theme
|
||||||
|
|
||||||
echo "export export QT_QPA_PLATFORMTHEME=gtk2" | sudo tee /etc/environment
|
echo "export export QT_QPA_PLATFORMTHEME=gtk2" | sudo tee /etc/environment
|
||||||
|
@ -10,6 +10,9 @@ sudo apt autoremove -y
|
|||||||
sudo apt autoclean
|
sudo apt autoclean
|
||||||
|
|
||||||
#Distribution morphing
|
#Distribution morphing
|
||||||
|
sudo addgroup --system console
|
||||||
|
sudo adduser user console
|
||||||
|
sudo adduser user sudo
|
||||||
sudo apt install --no-install-recommends kicksecure-qubes-cli -y
|
sudo apt install --no-install-recommends kicksecure-qubes-cli -y
|
||||||
sudo mv /etc/apt/sources.list ~/
|
sudo mv /etc/apt/sources.list ~/
|
||||||
sudo touch /etc/apt/sources.list
|
sudo touch /etc/apt/sources.list
|
||||||
|
Loading…
Reference in New Issue
Block a user