Compare commits

..

17 Commits

Author SHA1 Message Date
mattia 25c354a15a Fix indentation 2021-08-13 15:32:21 +02:00
mattia 4bb376f47f Add more software 2021-08-13 15:31:41 +02:00
mattia 4f46be4848 Fix indentation 2021-08-11 23:50:14 +02:00
mattia f2e59449f1 Update DNF group command
'groupupdate' is deprecated.
2021-08-11 23:49:01 +02:00
mattia 8d35b052c8 Fix indentation 2021-08-11 23:33:00 +02:00
mattia 6a9c12078c Add more software 2021-08-11 23:32:22 +02:00
mattia 86d97bc848 Remove useless backslash 2021-08-11 23:01:37 +02:00
mattia 4e61d240f7 Fix indentation 2021-08-11 23:00:29 +02:00
mattia 8f36d32cbf Add more software 2021-08-11 22:59:46 +02:00
mattia ee06679827 Install media codecs 2021-08-11 22:58:20 +02:00
mattia f3cc179646 Install some software 2021-08-11 22:53:10 +02:00
mattia 98e0396c14 Install RPM Fusion repositories 2021-08-11 22:37:54 +02:00
mattia 45db60a932 Run a system upgrade 2021-08-11 22:35:41 +02:00
mattia 70d45a5c16 Only run as root 2021-08-11 22:32:44 +02:00
mattia dd421aa670 Abort if a command fails
With this shell attribute, the script will abort if any of the executed commands exits with a non-zero status.
2021-08-11 22:32:31 +02:00
mattia d50cc2d20a Create the script 2021-08-11 22:22:25 +02:00
mattia e9772b729d Initial upload 2021-08-11 22:20:48 +02:00
+1 -6
View File
@@ -23,9 +23,6 @@ dnf install \
rpmfusion-free-release-tainted \ rpmfusion-free-release-tainted \
rpmfusion-nonfree-release-tainted rpmfusion-nonfree-release-tainted
# Add Sublime Text repository
dnf config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
# Install additional software # Install additional software
dnf install \ dnf install \
@@ -40,11 +37,9 @@ dnf install \
olive \ # video editor olive \ # video editor
picard \ # music file tagger picard \ # music file tagger
simplescreenrecorder \ # screen recorder simplescreenrecorder \ # screen recorder
sublime-text \ # text editor
telegram-desktop \ # Telegram client telegram-desktop \ # Telegram client
unrar \ # RAR archives extractor unrar \ # RAR archives extractor
vlc \ # media player vlc # media player
xfburn # CD/DVD burner
# Install media codecs # Install media codecs