This website works better with JavaScript.
Home
Explore
Help
Sign In
automation
/
linux-utils
mirror of
https://git.bjphoster.com/automation/linux-utils.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14
Commits
1
Branch
43 MiB
Shell
76.4%
desktop
23.6%
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
linux-utils
/
debian-based
/
home
/
bryanpedini
/
bin
/
upgrade
4 lines
52 B
Raw
Permalink
Blame
History
#!/usr/bin/env bash
apt update && apt upgrade "$@"