Remove problematic stuff
This commit is contained in:
parent
a432400ee9
commit
c82a74dde5
1 changed files with 6 additions and 2 deletions
|
@ -10,10 +10,14 @@ sudo dnf install -y \
|
||||||
echo 'Installing base packages...'
|
echo 'Installing base packages...'
|
||||||
sudo dnf install -y \
|
sudo dnf install -y \
|
||||||
git which util-linux-user zsh vim-enhanced \
|
git which util-linux-user zsh vim-enhanced \
|
||||||
tig guake gvim firefox thunderbird keepassxc filezilla telegram-desktop nextcloud-client libreoffice lpf-spotify-client teamviewer \
|
tig guake gvim firefox thunderbird keepassxc filezilla telegram-desktop nextcloud-client libreoffice lpf-spotify-client \
|
||||||
pavucontrol flameshot ibus-uniemoji xsel dex-autostart mpv xt7-player-mpv \
|
pavucontrol flameshot ibus-uniemoji xsel dex-autostart mpv xt7-player-mpv \
|
||||||
php-cli php-json php-mysqli php-zip php-xml php-mbstring php-xdebug mysql wp-cli composer java \
|
php-cli php-json php-mysqli php-zip php-xml php-mbstring php-xdebug mysql wp-cli composer java \
|
||||||
docker-ce docker-compose \
|
|
||||||
|
# Docker and Teamviewer are still a problem on Fedora 32
|
||||||
|
# sudo dnf install -y \
|
||||||
|
# docker-ce docker-compose \
|
||||||
|
# teamviewer
|
||||||
|
|
||||||
#echo 'Install work packages'
|
#echo 'Install work packages'
|
||||||
#sudo dnf install -y \
|
#sudo dnf install -y \
|
||||||
|
|
Loading…
Reference in a new issue