Compare commits

...

3 Commits

Author SHA1 Message Date
8ee6789265 updated package info and installer 2022-06-19 03:13:44 +02:00
ebf8643e1e wdawdw 2022-06-19 03:12:17 +02:00
f925f67aca updated installer 2022-06-19 03:11:39 +02:00
4 changed files with 13 additions and 13 deletions

View File

@ -1,12 +0,0 @@
{
name = "dig",
comment = "Turtle Tunnel Digging Program",
author = "Hion-V",
website = "https://git.subsonics.nl/pootercraft/dig",
newestversion = "1.0",
install = {
scripturl = "https://git.subsonics.nl/pootercraft/dig/raw/branch/master/packageinstall.lua",
type = "script",
},
dependencies = {},
}

View File

@ -0,0 +1,12 @@
{
name = "dig",
comment = "Turtle Tunnel Digging Program",
author = "Hion-V",
website = "https://git.subsonics.nl/pootercraft/programs/turtle/dig/",
newestversion = "1.0",
install = {
scripturl = "https://git.subsonics.nl/pootercraft/programs/raw/branch/master/turtle/dig/packageinstall.lua",
type = "script",
},
dependencies = {},
}

View File

@ -7,7 +7,7 @@
-- INSTALL PACKAGE INFO -- INSTALL PACKAGE INFO
packageName = "dig" packageName = "dig"
packageURL = "https://git.subsonics.nl/pootercraft/dig/raw/branch/master/bin/dig" packageURL = "https://git.subsonics.nl/pootercraft/programs/raw/branch/master/turtle/dig/bin/dig"
packageBinPath = "/bin/" packageBinPath = "/bin/"
packageFilename = "dig" packageFilename = "dig"