Skip to content

Commit 81cf765

Browse files
committed
deb vs rpm
1 parent 97efff1 commit 81cf765

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

update.sh renamed to deb-update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/usr/bin/fish
22
sudo apt update
33
sudo apt -yf dist-upgrade
44
sudo apt-get -y --purge autoremove

rpm-update.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/fish
2+
sudo dnf update
3+
sudo dnf autoremove
4+
npm up -g
5+
.space-vim/install.sh --update
6+
omf update

0 commit comments

Comments
 (0)