Move really important stuff into separate block
This commit is contained in:
parent
e3c2a71c94
commit
e126b7bd6a
1 changed files with 7 additions and 3 deletions
10
install.sh
10
install.sh
|
@ -8,7 +8,7 @@ sudo dnf install -y \
|
||||||
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||||
|
|
||||||
echo 'Enabling Cisco openh264'
|
echo 'Enabling Cisco openh264'
|
||||||
# sudo dnf config-manager --set-enabled fedora-cisco-openh264
|
sudo dnf config-manager --set-enabled fedora-cisco-openh264
|
||||||
|
|
||||||
echo 'Installing base packages...'
|
echo 'Installing base packages...'
|
||||||
sudo dnf install -y \
|
sudo dnf install -y \
|
||||||
|
@ -27,9 +27,13 @@ sudo dnf install -y \
|
||||||
#sudo dnf install -y \
|
#sudo dnf install -y \
|
||||||
# awesome dex-autostart pavucontrol
|
# awesome dex-autostart pavucontrol
|
||||||
|
|
||||||
#echo 'Installing graphical applications...'
|
#echo 'Installing graphical applications'
|
||||||
#sudo dnf install -y \
|
#sudo dnf install -y \
|
||||||
# guake gvim firefox thunderbird keepassxc filezilla telegram-desktop nextcloud-client libreoffice lpf-spotify-client \
|
# guake firefox keepassxc nextcloud-client
|
||||||
|
|
||||||
|
#echo 'Installing extended graphical applications...'
|
||||||
|
#sudo dnf install -y \
|
||||||
|
# gvim thunderbird filezilla telegram-desktop libreoffice lpf-spotify-client \
|
||||||
# flameshot ibus-uniemoji xsel mpv xt7-player-mpv
|
# flameshot ibus-uniemoji xsel mpv xt7-player-mpv
|
||||||
|
|
||||||
#echo 'Install work packages'
|
#echo 'Install work packages'
|
||||||
|
|
Loading…
Reference in a new issue