Added soft and setting for KVM
This commit is contained in:
parent
c97add6a9a
commit
d464309160
1 changed files with 5 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ apt-get install rust rust-cargo golang wine gearlever LibreOffice LibreOffice-kd
|
||||||
apt-get install thunderbird mpv throne moc synaptic alacritty virt-manager virt-manager-common -y
|
apt-get install thunderbird mpv throne moc synaptic alacritty virt-manager virt-manager-common -y
|
||||||
apt-get install steam portproton-installer python3-module-pip rpi-imager distrobox krusader -y
|
apt-get install steam portproton-installer python3-module-pip rpi-imager distrobox krusader -y
|
||||||
apt-get install git ansible docker-engine docker-compose flatpak filezilla yazi gitleaks -y
|
apt-get install git ansible docker-engine docker-compose flatpak filezilla yazi gitleaks -y
|
||||||
apt-get install putty veracrypt webapp-manager flacon zsh firefox alien kdeconnect -y
|
apt-get install putty veracrypt webapp-manager flacon zsh firefox alien kdeconnect libvirt -y
|
||||||
apt-get install solaar timeshift wireshark audacity obs-studio java-21-openjdk elisa -y
|
apt-get install solaar timeshift wireshark audacity obs-studio java-21-openjdk elisa -y
|
||||||
apt-get install remmina qbittorrent zellij darktable mkvtoolnix mkvtoolnix-gui yamllint -y
|
apt-get install remmina qbittorrent zellij darktable mkvtoolnix mkvtoolnix-gui yamllint -y
|
||||||
apt-get install rocm-opencl-runtime amdgpu-rock libGLU keepassxc codium kdenlive libvdpau-va-gl -y
|
apt-get install rocm-opencl-runtime amdgpu-rock libGLU keepassxc codium kdenlive libvdpau-va-gl -y
|
||||||
|
|
@ -31,6 +31,10 @@ go install github.com/jayateertha043/goshod@latest
|
||||||
# Изменить шелл по-умолчанию
|
# Изменить шелл по-умолчанию
|
||||||
usermod -s /bin/zsh $NEED_USER
|
usermod -s /bin/zsh $NEED_USER
|
||||||
|
|
||||||
|
# Включаем настройки для Virt Manager
|
||||||
|
virsh net-autostart default
|
||||||
|
systemctl enable libvirtd
|
||||||
|
|
||||||
# Устанавливаем oh-my-zsh
|
# Устанавливаем oh-my-zsh
|
||||||
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
|
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue