mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 11:12:48 +01:00
Add 2 scripts & rename 1, read whole commit message
apt.run: install depedencies with apt-get cat.run: put all files to their correct places, previously known as .cat.sh yum.run: install depedencies with yum new file: apt.run renamed: .cat.sh -> cat.run new file: yum.run
This commit is contained in:
parent
089394309c
commit
cd08183225
1
apt.run
Executable file
1
apt.run
Executable file
@ -0,0 +1 @@
|
|||||||
|
sudo su - -c "apt-get install vim most htop gnupg2 lynx pandoc gnupg-agent flip youtube-dl"
|
5
yum.run
Executable file
5
yum.run
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
sudo su - -c "time rpm --install --quiet http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm"
|
||||||
|
sudo su - -c "time rpm --install --quiet http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm"
|
||||||
|
sudo su - -c "time rpm --install --quiet http://rpm.livna.org/livna-release.rpm"
|
||||||
|
|
||||||
|
sudo su - -c "yum -y install vim most htop gnupg2 lynx pandoc youtube-dl"
|
Loading…
Reference in New Issue
Block a user