This website requires JavaScript.
Explore
Help
Sign in
rwx.work
/
rwx
Watch
1
Star
0
Fork
You've already forked rwx
0
Code
Issues
Pul
l requests
Projects
Releases
Packages
Wiki
Activity
Actions
c2d83e717f
Branches
Tags
No results found.
rwx
/
bash
/
apt.sh
16 lines
130 B
Bash
Raw
Normal View
History
Unescape
Escape
apt_clean
2024-11-11 20:37:25 +01:00
apt_clean
(
)
{
apt_upgrade
2024-11-11 20:40:56 +01:00
apt-get
\
clean
}
apt_update
2024-11-11 20:42:37 +01:00
apt_update
(
)
{
apt-get
\
update
}
apt_upgrade
2024-11-11 20:40:56 +01:00
apt_upgrade
(
)
{
apt-get
\
upgrade
\
--assume-yes
apt_clean_cache
2023-05-15 21:23:36 +02:00
}
Reference in a new issue
Copy permalink