added setup packages

This commit is contained in:
2023-02-26 12:47:21 +01:00
parent f0e582cc1c
commit 5229375e3b
5 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
function get_public_ip(){
function public_ip(){
curl icanhazip.com
}