Skip to content

Commit

Permalink
Fixed up just configurations and removed not needed file
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller committed Jan 27, 2024
1 parent 6d259c7 commit 883b33c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.

This file was deleted.

8 changes: 8 additions & 0 deletions system_files/usr/share/ublue-os/just/10-update.just
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# vim: set ft=make :

alias upgrade := update

# Update system, flatpaks, and containers all at once
update:
#!/usr/bin/bash
/usr/bin/topgrade --config /usr/share/ublue-os/topgrade.toml --keep
9 changes: 0 additions & 9 deletions system_files/usr/share/ublue-os/just/isengard.just
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# vim: set ft=make :

alias upgrade := update

# Update system, flatpaks, and containers all at once
update:
#!/usr/bin/bash
/usr/bin/topgrade --config /usr/share/ublue-os/topgrade.toml --keep

# Fix the default Steam config to improve download speeds
fix-steam-download-speed:
mkdir -p $HOME/.local/share/Steam
Expand Down

0 comments on commit 883b33c

Please sign in to comment.